svn commit: r287844 - head/include

Bryan Drewery bdrewery at FreeBSD.org
Wed Sep 16 04:07:40 UTC 2015


Author: bdrewery
Date: Wed Sep 16 04:07:39 2015
New Revision: 287844
URL: https://svnweb.freebsd.org/changeset/base/287844

Log:
  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

Modified:
  head/include/Makefile

Modified: head/include/Makefile
==============================================================================
--- head/include/Makefile	Wed Sep 16 03:32:27 2015	(r287843)
+++ head/include/Makefile	Wed Sep 16 04:07:39 2015	(r287844)
@@ -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
 


More information about the svn-src-all mailing list