summaryrefslogtreecommitdiffstats
path: root/include/Makefile
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-10-03 16:09:55 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-10-03 16:09:55 +0000
commit134cb4f8276cd3f33f5d941572de3c52ae3ef466 (patch)
tree935d51dd4dcb4355355594ed78eb9b6ed73d5d34 /include/Makefile
parente0da63e0d82347f3114a69c5997cca481b6180be (diff)
downloadFreeBSD-src-134cb4f8276cd3f33f5d941572de3c52ae3ef466.zip
FreeBSD-src-134cb4f8276cd3f33f5d941572de3c52ae3ef466.tar.gz
Avoid make compatibility mode issues with creating cookies from r287844 and r287848.
Also hide the cookie creation. Suggested by: imp, Daniel O'Connor
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/include/Makefile b/include/Makefile
index 3c3f993..dd725a5 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -166,7 +166,7 @@ compat:
-f ${.CURDIR}/../etc/mtree/BSD.include.dist \
-p ${DESTDIR}${INCLUDEDIR} > /dev/null
.if ${MK_META_MODE} == "yes"
- touch ${.TARGET}
+ @touch ${.TARGET}
.endif
copies:
@@ -255,8 +255,7 @@ copies:
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 teken.h \
${DESTDIR}${INCLUDEDIR}/teken
.if ${MK_META_MODE} == "yes"
- cd ${.OBJDIR}
- touch ${.TARGET}
+ @touch ${.OBJDIR}/${.TARGET}
.endif
symlinks:
@@ -373,8 +372,7 @@ symlinks:
${DESTDIR}${INCLUDEDIR}/rpc; \
done
.if ${MK_META_MODE} == "yes"
- cd ${.OBJDIR}
- touch ${.TARGET}
+ touch ${.OBJDIR}/${.TARGET}
.endif
.if ${MACHINE} == "host"
OpenPOWER on IntegriCloud