Date: Sat, 10 Mar 2007 20:28:45 +0100 From: "Daniel Mouritsen" <daniel.mouritsen@gmail.com> To: freebsd-stable@freebsd.org Subject: Another newbie question, about makefile options Message-ID: <bae323940703101128s74c81133uc85f3aaa7ca12d33@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hi, quick question.. When installing apache, i used the following make WITH_CATEGORY1_MODULES="yes" WITH_CATEGORY2_MODULES="yes" etc.. etc and "make install clean" which seemed to work fine and install everything I wanted.. but when instealling vim using the NO_GUI="yes" option, it wanted to install X when i did "make install clean" using make NO_GUI="yes" install clean made it install without the gui... So my question is, should i pass the makefile options only when running "make" to compile the program (that would make sence wouldnt it?) or should i use them everytime i run make as in both when doing "make" and "make install clean".
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bae323940703101128s74c81133uc85f3aaa7ca12d33>