Similar to r287844, create 'symlinks' cookie in proper place with -j and META_MODE.

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

View File

@ -373,6 +373,7 @@ symlinks:
${DESTDIR}${INCLUDEDIR}/rpc; \
done
.if ${MK_META_MODE} == "yes"
cd ${.OBJDIR}
touch ${.TARGET}
.endif