summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2016-03-11 23:45:28 +0000
committerbdrewery <bdrewery@FreeBSD.org>2016-03-11 23:45:28 +0000
commit88db8d87c1a2bf378fc44e1368317e5e9abc4103 (patch)
tree37e447dacda2e5ea234551343f02afffa679865c /etc/Makefile
parentd586594a01badd7a3134b7081cb2b07ecc8cea6a (diff)
downloadFreeBSD-src-88db8d87c1a2bf378fc44e1368317e5e9abc4103.zip
FreeBSD-src-88db8d87c1a2bf378fc44e1368317e5e9abc4103.tar.gz
META_MODE: Simplify the META_COOKIE handling to use .USE/.USEBEFORE.
Extend it to other cases of meta mode cookies so they get the proper rm cookie behavior when a .meta file detects it needs to rebuild and fails. Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 24e0c95..cb91c23 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -453,12 +453,10 @@ distrib-dirs: ${MTREES:N/*} distrib-cleanup .PHONY
done
.endif
-etc-examples-install:
- ${META_COOKIE_RM}
+etc-examples-install: ${META_DEPS}
cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
${BIN1} ${BIN2} nsmb.conf opieaccess \
${DESTDIR}${SHAREDIR}/examples/etc
- ${META_COOKIE_TOUCH}
etc-examples: etc-examples-install
${_+_}cd ${.CURDIR}/defaults; \
OpenPOWER on IntegriCloud