diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2013-06-04 15:27:41 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2013-06-04 15:27:41 +0000 |
| commit | 5a968130d572d570d69890b19563930d415feed6 (patch) | |
| tree | 06928c96f3429fd0f30189cf1d2a2f8c2e7d354a | |
| parent | 62eec430f31138fdb4bc22d6caf7a06df1c7d993 (diff) | |
Notes
| -rw-r--r-- | Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |
