make all install
- From: Hongyi Zhao <hongyi.zhao@xxxxxxxxx>
- Date: Wed, 18 Jul 2012 04:55:04 +0000 (UTC)
Hi all,
I always use ./configure, make and make install to compile and install
softwares, today, I see the following usage:
------------
../configure --prefix=/usr/local
make all install
-------------
It seems that the "make all install" is equivalent to the following two
lines:
make all
make install
If so, then the following line:
make all install clean
will equivalent to the following three lines:
make all
make install
make clean
Am I right?
Regards
--
..: Hongyi Zhao [ hongyi.zhao AT gmail.com ] Free as in Freedom :.
.
- Follow-Ups:
- Re: make all install
- From: Stachu 'Dozzie' K.
- Re: make all install
- From: Thomas 'PointedEars' Lahn
- Re: make all install
- Prev by Date: Re: Working with Tables X-No-Archive
- Next by Date: Re: make all install
- Previous by thread: Working with Tables X-No-Archive
- Next by thread: Re: make all install
- Index(es):
Relevant Pages
|