[Asterisk-Dev] End of * compile msg?

Tilghman Lesher tilghman at mail.jeffandtilghman.com
Sun May 1 15:26:28 MST 2005


On Sunday 01 May 2005 16:51, Kevin P. Fleming wrote:
> Tzafrir Cohen wrote:
> > 'make install' is historacally a separate target because 'make'
> > (the build itself) need not be run by root whereas 'make install'
> > normally requires root. Thus 'make install' should not require
> > further building when run after 'make'.
>
> Right. I use:
>
> $ make clean
> $ make
> $ sudo make install

You should be able to do:
	# make clean update install
with an optional "all" in there before the install, because make
(including most variants) can take multiple targets on the command
line.

-- 
Tilghman



More information about the asterisk-dev mailing list