Date: Wed, 16 Sep 2015 04:07:40 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r287844 - head/include Message-ID: <201509160407.t8G47e9C069824@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509160407.t8G47e9C069824>