This check is not ready here yet.

Keeping for blame purposes, it will be enabled soon.
This commit is contained in:
Bryan Drewery 2017-10-31 02:25:47 +00:00
parent 177d707c0c
commit bec340c8f8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=325197

View File

@ -31,8 +31,10 @@ OBJROOT:= ${OBJROOT:H:tA}/${OBJROOT:T}
.export OBJROOT SRCTOP
.endif
.if 0
.if defined(MAKEOBJDIR)
.if ${MAKEOBJDIR:M/*} == ""
.error Cannot use MAKEOBJDIR=${MAKEOBJDIR}${.newline}Unset MAKEOBJDIR to get default: MAKEOBJDIR='${_default_makeobjdir}'
.endif
.endif
.endif