For debugging we sometimes run makefiles forcing level > 0
Ensure setup that should have happened at level 0 is done.
This commit is contained in:
parent
de1eae5ccb
commit
92f755617b
@ -4,7 +4,7 @@
|
||||
# XXX some of this should be in meta.sys.mk
|
||||
# we assume that MK_META_MODE=yes
|
||||
|
||||
.if ${.MAKE.LEVEL} == 0
|
||||
.if empty(OBJROOT) || ${.MAKE.LEVEL} == 0
|
||||
.if !empty(SB)
|
||||
SB_OBJROOT ?= ${SB}/obj/
|
||||
# this is what we use below
|
||||
|
Loading…
x
Reference in New Issue
Block a user