Avoid make compatibility mode issues with creating cookies from r287844 and r287848.

Also hide the cookie creation.

Suggested by:	imp, Daniel O'Connor
This commit is contained in:
Bryan Drewery 2015-10-03 16:09:55 +00:00
parent b2a76342fd
commit 4af9d62a19
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=288608

View File

@ -166,7 +166,7 @@ compat:
-f ${.CURDIR}/../etc/mtree/BSD.include.dist \ -f ${.CURDIR}/../etc/mtree/BSD.include.dist \
-p ${DESTDIR}${INCLUDEDIR} > /dev/null -p ${DESTDIR}${INCLUDEDIR} > /dev/null
.if ${MK_META_MODE} == "yes" .if ${MK_META_MODE} == "yes"
touch ${.TARGET} @touch ${.TARGET}
.endif .endif
copies: copies:
@ -255,8 +255,7 @@ copies:
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 teken.h \ ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 teken.h \
${DESTDIR}${INCLUDEDIR}/teken ${DESTDIR}${INCLUDEDIR}/teken
.if ${MK_META_MODE} == "yes" .if ${MK_META_MODE} == "yes"
cd ${.OBJDIR} @touch ${.OBJDIR}/${.TARGET}
touch ${.TARGET}
.endif .endif
symlinks: symlinks:
@ -373,8 +372,7 @@ symlinks:
${DESTDIR}${INCLUDEDIR}/rpc; \ ${DESTDIR}${INCLUDEDIR}/rpc; \
done done
.if ${MK_META_MODE} == "yes" .if ${MK_META_MODE} == "yes"
cd ${.OBJDIR} touch ${.OBJDIR}/${.TARGET}
touch ${.TARGET}
.endif .endif
.if ${MACHINE} == "host" .if ${MACHINE} == "host"