summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.i386
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-06-17 10:51:56 +0000
committerobrien <obrien@FreeBSD.org>2000-06-17 10:51:56 +0000
commit53eb2d3431409c4cd030d84376e5cfd29c3cd3fc (patch)
tree9f63194b2c430b4a580a4d515fffe5c5899c7ce6 /sys/conf/Makefile.i386
parentbeeee4808aeae02ac7c4b02b3563544351d6387f (diff)
downloadFreeBSD-src-53eb2d3431409c4cd030d84376e5cfd29c3cd3fc.zip
FreeBSD-src-53eb2d3431409c4cd030d84376e5cfd29c3cd3fc.tar.gz
If "MODULES_WITH_WORLD" is defined, sys/modules will be built with the
world as was our old way, rather than when building a kernel. Some people do not like the new way, and the release building still assumes modules are built with the world.
Diffstat (limited to 'sys/conf/Makefile.i386')
-rw-r--r--sys/conf/Makefile.i3862
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386
index 8a93ac6..8460286 100644
--- a/sys/conf/Makefile.i386
+++ b/sys/conf/Makefile.i386
@@ -229,7 +229,7 @@ kernel-reinstall kernel-reinstall.debug:
install -c -m 555 -o root -g wheel -fschg \
${KERNEL}${.TARGET:S/kernel-reinstall//} ${DESTDIR}/${KERNEL}
-.if !defined(NO_MODULES) && exists($S/modules)
+.if !defined(MODULES_WITH_WORLD) && exists($S/modules)
all: modules
depend: modules-depend
clean: modules-clean
OpenPOWER on IntegriCloud