>> WITHOUT_MODULES= ... in make.conf traditionally
Exactly - that's why my /etc/make/modex.conf has:
WITHOUT_MODULES= aac acpi_asus acpi_dock acpi_fujitsu acpi_hp \
and on and on... I do not want to put this long list in the make.conf
because it makes that file a lot more complicated than necessa
On Sun, 16 Dec 2012 09:14:38 +0100, Beeblebrox
wrote:
Hi I have a question about src.conf for buildworld:
I would like to exclude building a number of modules which I do not need
in
world, so I cretated a file modex.conf in a new directory /etc/make.
Then,
in makefile.conf I tried placin
MODULES_OVERRIDE=ath ath_pci wlan ...
or
WITHOUT_MODULES= ...
in make.conf traditionally, but should be possible with .include
also.
--
View this message in context:
http://freebsd.1045724.n5.nabble.com/Question-regarding-etc-src-conf-tp5769677p5769711.html
Sent from the freebsd-stable maili
Hi I have a question about src.conf for buildworld:
I would like to exclude building a number of modules which I do not need in
world, so I cretated a file modex.conf in a new directory /etc/make. Then,
in makefile.conf I tried placing:
.include "/etc/make/modex.conf"
WITHOUT_MODULES= "/etc/make/mo