summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.nls.mk
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2016-05-31 21:22:19 +0000
committerbdrewery <bdrewery@FreeBSD.org>2016-05-31 21:22:19 +0000
commit0dcfafcc051704eeb95ba59e0fb105bc47e8f318 (patch)
tree2ee3b42b8622ee8152d1969fc00073ff142462f1 /share/mk/bsd.nls.mk
parentbc2144d2fa46c6b975ca7c89859998abadba0092 (diff)
downloadFreeBSD-src-0dcfafcc051704eeb95ba59e0fb105bc47e8f318.zip
FreeBSD-src-0dcfafcc051704eeb95ba59e0fb105bc47e8f318.tar.gz
WITH_META_MODE: Mitigate switching from without to with META_MODE.
Adding .META to targets-to-build will ensure that they will rebuild if there is no .meta file. Adding it to all SUFFIXES and objects ensures that at least objects will rebuild if there is no .meta file. This will be reverted if bmake's behavior changes to rebuild on missing .meta files. Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'share/mk/bsd.nls.mk')
-rw-r--r--share/mk/bsd.nls.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/bsd.nls.mk b/share/mk/bsd.nls.mk
index d160a2b..980ba95 100644
--- a/share/mk/bsd.nls.mk
+++ b/share/mk/bsd.nls.mk
@@ -42,7 +42,7 @@ NLSSRCFILES_${file}?= ${NLSSRCFILES}
.endif
.if defined(NLSSRCFILES_${file})
NLSSRCDIR_${file}?= ${NLSSRCDIR}
-${file}.msg: ${NLSSRCFILES_${file}:S/^/${NLSSRCDIR_${file}}\//}
+${file}.msg: ${NLSSRCFILES_${file}:S/^/${NLSSRCDIR_${file}}\//} ${OP_META}
@rm -f ${.TARGET}
cat ${.ALLSRC} > ${.TARGET}
CLEANFILES+= ${file}.msg
OpenPOWER on IntegriCloud