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 :.