summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2015-11-14 03:24:48 +0000
committersjg <sjg@FreeBSD.org>2015-11-14 03:24:48 +0000
commit206f180a1a54c2b54483305dead55d00a8a6e07d (patch)
tree73c0195871654bc1f573c3b791d924c42dadb7a5 /usr.bin
parent1e6b7d5f969b7725298c399d18aa919d4b089bf7 (diff)
downloadFreeBSD-src-206f180a1a54c2b54483305dead55d00a8a6e07d.zip
FreeBSD-src-206f180a1a54c2b54483305dead55d00a8a6e07d.tar.gz
Rename META_MODE option to DIRDEPS_BUILD
This allows META_FILES option to be renamed META_MODE. Also add META_COOKIE_TOUCH for use in targets that can benefit from a cookie when in meta mode. Differential Revision: https://reviews.freebsd.org/D4153 Reviewed by: bdrewery
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/xlint/llib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/xlint/llib/Makefile b/usr.bin/xlint/llib/Makefile
index 63b2b2b..bcf93c4 100644
--- a/usr.bin/xlint/llib/Makefile
+++ b/usr.bin/xlint/llib/Makefile
@@ -16,6 +16,6 @@ llib-lstdc.ln: llib-lstdc
.include <bsd.prog.mk>
-.if ${MK_META_MODE} == "yes"
+.if ${MK_DIRDEPS_BUILD} == "yes"
LINTFLAGS+= -I${STAGE_INCLUDEDIR}
.endif
OpenPOWER on IntegriCloud