Revert r293286. It was not intended to come in yet.

This commit is contained in:
Bryan Drewery
2016-01-07 00:20:47 +00:00
parent f99c0d1382
commit 0e87e3cb6f
2 changed files with 7 additions and 19 deletions
+7
View File
@@ -143,6 +143,13 @@ TGTS+= ${BITGTS}
PATH= /sbin:/bin:/usr/sbin:/usr/bin
MAKEOBJDIRPREFIX?= /usr/obj
_MAKEOBJDIRPREFIX!= /usr/bin/env -i PATH=${PATH} ${MAKE} \
${.MAKEFLAGS:MMAKEOBJDIRPREFIX=*} __MAKE_CONF=${__MAKE_CONF} \
-f /dev/null -V MAKEOBJDIRPREFIX dummy
.if !empty(_MAKEOBJDIRPREFIX)
.error MAKEOBJDIRPREFIX can only be set in environment, not as a global\
(in make.conf(5)) or command-line variable.
.endif
# We often need to use the tree's version of make to build it.
# Choices add to complexity though.