mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
This check is not ready here yet.
Keeping for blame purposes, it will be enabled soon.
This commit is contained in:
parent
177d707c0c
commit
bec340c8f8
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue