[Asterisk-Dev] End of * compile msg?
Steven
critch at basesys.com
Sun May 1 17:31:08 MST 2005
On Sun, 2005-05-01 at 16:03 -0600, Rich Adamson wrote:
> > > So, it looks like the current logic within cvs-head provides the listing
> > > of modules that got installed, not the list of module exceptions "after
> > > doing a 'make clean' and 'make install' in the asterisk directory".
> > > Simply doing a 'make install' (without the 'make clean') results in
> > > the wanted objective.
> >
> > OK, here's the root of the problem: I did not expect that people would
> > run 'make install' without running 'make' first. Since the NEWMODS list
> > is computed at the moment 'make install' starts, and the modules have
> > not been built yet, you get an incorrect warning.
> >
> > I'll modify the Makefile to alleviate this problem; thanks for the report.
>
> Guess I've been following the sequence shown on asterisk.org without
> even thinking about doing a make first, sorry. ;)
>
> In general terms, is the most appropriate sequence now the make clean, make,
> then make install?
Not that it matters much, but you can combine clean and install in one
make statement such as
make clean install
That is what I tend to do as any problem will still fail and stop the
make process and I don't have to string the commands together with shell
ands.
--
Steven <critch at basesys.com>
More information about the asterisk-dev
mailing list