Ensure this makefile and anything it runs, does so without meta mode.
Allows buildworld etc.
This commit is contained in:
parent
62eec430f3
commit
5a968130d5
8
Makefile
8
Makefile
@ -458,3 +458,11 @@ universe_epilogue:
|
||||
|
||||
buildLINT:
|
||||
${MAKE} -C ${.CURDIR}/sys/${_TARGET}/conf LINT
|
||||
|
||||
.if defined(.PARSEDIR)
|
||||
# this makefile does not run in meta mode
|
||||
.MAKE.MODE= normal
|
||||
# make sure things we run from here don't either
|
||||
WITHOUT_META_MODE=
|
||||
.export WITHOUT_META_MODE
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user