Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/mtree Fixed build with read-only source tree.



details:   https://anonhg.NetBSD.org/src/rev/2a96cd2910b1
branches:  trunk
changeset: 748250:2a96cd2910b1
user:      stacktic <stacktic%NetBSD.org@localhost>
date:      Sun Oct 18 12:41:06 2009 +0000

description:
Fixed build with read-only source tree.

diffstat:

 etc/mtree/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 66000c43deb6 -r 2a96cd2910b1 etc/mtree/Makefile
--- a/etc/mtree/Makefile        Sun Oct 18 12:13:49 2009 +0000
+++ b/etc/mtree/Makefile        Sun Oct 18 12:41:06 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.7 2009/09/08 09:57:32 he Exp $
+#      $NetBSD: Makefile,v 1.8 2009/10/18 12:41:06 stacktic Exp $
 
 .include <bsd.own.mk>
 
@@ -13,7 +13,8 @@
 .endif
 
 NetBSD.dist:   NetBSD.dist.base ${NETBSD_DIST_X11_FILE}
-       ${TOOL_CAT} ${.CURDIR}/NetBSD.dist.base ${NETBSD_DIST_X11_FILE} > ${.TARGET}
+       ${TOOL_CAT} ${.CURDIR}/NetBSD.dist.base ${NETBSD_DIST_X11_FILE} > \
+           ${.OBJDIR}/NetBSD.dist
 
 CONFIGFILES=   NetBSD.dist special
 FILESDIR=      /etc/mtree



Home | Main Index | Thread Index | Old Index