summaryrefslogtreecommitdiffstats
path: root/sys/conf/kern.post.mk
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-11-25 04:12:43 +0000
committerimp <imp@FreeBSD.org>2003-11-25 04:12:43 +0000
commit53a46e2857bf7a40bfb916b3eb4ce26267cc15a0 (patch)
tree25d61724d8d40034ddfdc5061e6430759b4fe902 /sys/conf/kern.post.mk
parent36326ca6deb3efc1d462508ef72f326ccda358e3 (diff)
downloadFreeBSD-src-53a46e2857bf7a40bfb916b3eb4ce26267cc15a0.zip
FreeBSD-src-53a46e2857bf7a40bfb916b3eb4ce26267cc15a0.tar.gz
Turns out that building modules with the kernel opt files is
uncovering some interesting problems. Be conservative and effecitvely disable this by default. Interested parties may still define KERNBUILDDIR by hand to achive the same effect. I plan on referting this change after 5.2 is released, or sooner if the issues with building releases are resolved and re@ approves. Approved by: re@ (scottl, marcel)
Diffstat (limited to 'sys/conf/kern.post.mk')
-rw-r--r--sys/conf/kern.post.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/conf/kern.post.mk b/sys/conf/kern.post.mk
index 3c9ac6a..2c59b7e 100644
--- a/sys/conf/kern.post.mk
+++ b/sys/conf/kern.post.mk
@@ -12,7 +12,6 @@
.if defined(DESTDIR)
MKMODULESENV+= DESTDIR="${DESTDIR}"
.endif
-MKMODULESENV+= KERNBUILDDIR="${.CURDIR}"
.MAIN: all
OpenPOWER on IntegriCloud