svn commit: r287848 - head/include
Bryan Drewery
bdrewery at FreeBSD.org
Wed Sep 16 04:27:13 UTC 2015
Author: bdrewery
Date: Wed Sep 16 04:27:12 2015
New Revision: 287848
URL: https://svnweb.freebsd.org/changeset/base/287848
Log:
Similar to r287844, create 'symlinks' cookie in proper place with -j and META_MODE.
Sponsored by: EMC / Isilon Storage Division
Modified:
head/include/Makefile
Modified: head/include/Makefile
==============================================================================
--- head/include/Makefile Wed Sep 16 04:23:08 2015 (r287847)
+++ head/include/Makefile Wed Sep 16 04:27:12 2015 (r287848)
@@ -373,6 +373,7 @@ symlinks:
${DESTDIR}${INCLUDEDIR}/rpc; \
done
.if ${MK_META_MODE} == "yes"
+ cd ${.OBJDIR}
touch ${.TARGET}
.endif
More information about the svn-src-all
mailing list