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
 
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to