The correct way to run "make"

Antoine Jacoutot ajacoutot at lphp.org
Fri May 14 12:55:08 PDT 2004


Selon Gerard Samuel <fbsd-questions at trini0.org>:
> Im giving up for now.
> Tried to build mozilla with ->
> make -DWITHOUT_MAILNEWS=yes -DWITHOUT_LDAP=yes -DWITHOUT_CHATZILLA=yes
> install
> and it still has the mail and chatzilla modules installed.
> Maybe Ill experiment with it later (like when Im sleeping)....

NO !

do:

make -DWITHOUT_MAILNEWS -DWITHOUT_LDAP -DWITHOUT_CHATZILLA
or
make WITHOUT_MAILNEWS=yes WITHOUT_LDAP=yes WITHOUT_CHATZILLA=yes


More information about the freebsd-questions mailing list