summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2017-10-29 01:21:15 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2017-10-29 01:21:15 +0000
commitbb3f65ea646003279697f0da101eefd1332ffa9e (patch)
treed008e983f324a9c56ba2e4489683675142fbe17f /Makefile
parentd3e478c4c3c4ca699dd254571f539c4139506d79 (diff)
downloadsrc-test-bb3f65ea646003279697f0da101eefd1332ffa9e.tar.gz
src-test-bb3f65ea646003279697f0da101eefd1332ffa9e.zip
Disable AUTO_OBJ as a make argument to ensure it really is disabled.
If the user sets this to yes as a make argument too we still want to ensure these do not get enabled. Sponsored by: Dell EMC Isilon
Notes
Notes: svn path=/head/; revision=325078
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b486c23bef3c8..deae1f43d939b 100644
--- a/Makefile
+++ b/Makefile
@@ -179,7 +179,7 @@ META_TGT_WHITELIST+= \
PATH= /sbin:/bin:/usr/sbin:/usr/bin
MAKEOBJDIRPREFIX?= /usr/obj
-_MAKEOBJDIRPREFIX!= /usr/bin/env -i PATH=${PATH} MK_AUTO_OBJ=no ${MAKE} \
+_MAKEOBJDIRPREFIX!= /usr/bin/env -i PATH=${PATH} ${MAKE} MK_AUTO_OBJ=no \
${.MAKEFLAGS:MMAKEOBJDIRPREFIX=*} __MAKE_CONF=${__MAKE_CONF} \
-f /dev/null -V MAKEOBJDIRPREFIX dummy
.if !empty(_MAKEOBJDIRPREFIX)