summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2013-06-04 15:27:41 +0000
committersjg <sjg@FreeBSD.org>2013-06-04 15:27:41 +0000
commit4576f811af2e29a3d26303821605c6e5479feb6d (patch)
tree06928c96f3429fd0f30189cf1d2a2f8c2e7d354a /Makefile
parent9e79e6c9ac01a323e70e5c0ac3041e5df56b696f (diff)
downloadFreeBSD-src-4576f811af2e29a3d26303821605c6e5479feb6d.zip
FreeBSD-src-4576f811af2e29a3d26303821605c6e5479feb6d.tar.gz
Ensure this makefile and anything it runs, does so without meta mode.
Allows buildworld etc.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a396fc9..b48b784 100644
--- a/Makefile
+++ b/Makefile
@@ -458,3 +458,11 @@ universe_epilogue:
buildLINT:
${MAKE} -C ${.CURDIR}/sys/${_TARGET}/conf LINT
+
+.if defined(.PARSEDIR)
+# this makefile does not run in meta mode
+.MAKE.MODE= normal
+# make sure things we run from here don't either
+WITHOUT_META_MODE=
+.export WITHOUT_META_MODE
+.endif
OpenPOWER on IntegriCloud