make all install



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



Relevant Pages

  • Re: Trouble enabling GD in php/apache
    ... make deinstall ... make install clean ... and phpinfo, pgp -m, and php -i all show the module loaded. ...
    (freebsd-questions)
  • A small script to customize FreeBSD
    ... vanilla install", and then run this script to set up my user, SVN ... echo loadPorts... ... loadSoundXPS() { ... make install clean ...
    (freebsd-questions)
  • Re: shell script question
    ... I use this script to install apps. ... from the ports. ... make -DWITH_OPTIONAL_DEPENDS install clean ...
    (comp.unix.bsd.freebsd.misc)
  • Re: Clicking on Terminal crashes XFCE4
    ... Everything seems ok, but when I click on Terminal/xterm, X crashes ... Try a make clean install clean and see if it still does that. ... think the ports should be fairly up2date. ...
    (freebsd-questions)
  • Re: Clicking on Terminal crashes XFCE4
    ... Everything seems ok, but when I click on Terminal/xterm, X crashes returning ... Try a make clean install clean and see if it still does that. ... I downloaded ports.tar.gz last week, so I think the ports should be fairly up2date. ...
    (freebsd-questions)