Create 'copies' cookie in proper place in META_MODE.

With -j the cookie would be created in CURDIR/sys/teken rather than OBJDIR.

Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Bryan Drewery 2015-09-16 04:07:39 +00:00
parent 4c95e76ac4
commit a2fdfab008
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=287844

View File

@ -255,6 +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}
.endif