Source-Changes-HG archive

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

[src/trunk]: src/etc/mtree Fixed NetBSD.dist target



details:   https://anonhg.NetBSD.org/src/rev/ebab0679a4e3
branches:  trunk
changeset: 748706:ebab0679a4e3
user:      stacktic <stacktic%NetBSD.org@localhost>
date:      Mon Nov 02 10:23:40 2009 +0000

description:
Fixed NetBSD.dist target

diffstat:

 etc/mtree/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r a42dfdeb38b7 -r ebab0679a4e3 etc/mtree/Makefile
--- a/etc/mtree/Makefile        Mon Nov 02 10:15:45 2009 +0000
+++ b/etc/mtree/Makefile        Mon Nov 02 10:23:40 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.8 2009/10/18 12:41:06 stacktic Exp $
+#      $NetBSD: Makefile,v 1.9 2009/11/02 10:23:40 stacktic Exp $
 
 .include <bsd.own.mk>
 
@@ -12,9 +12,9 @@
 NETBSD_DIST_X11_FILE=
 .endif
 
-NetBSD.dist:   NetBSD.dist.base ${NETBSD_DIST_X11_FILE}
+${.OBJDIR}/NetBSD.dist:        NetBSD.dist.base ${NETBSD_DIST_X11_FILE}
        ${TOOL_CAT} ${.CURDIR}/NetBSD.dist.base ${NETBSD_DIST_X11_FILE} > \
-           ${.OBJDIR}/NetBSD.dist
+           ${.TARGET}
 
 CONFIGFILES=   NetBSD.dist special
 FILESDIR=      /etc/mtree
@@ -28,7 +28,7 @@
 TOOL_MTREE.unpriv=     -W
 .endif
 
-distrib-dirs: .PHONY check_DESTDIR NetBSD.dist
+distrib-dirs: .PHONY check_DESTDIR ${.OBJDIR}/NetBSD.dist
 .if !defined(DISTRIBUTION_DONE)                                                # {
 # Create DESTDIR using HOST_INSTALL_DIR, not INSTALL_DIR, because
 # INSTALL_DIR would want to write to the metalog, and it can't do that



Home | Main Index | Thread Index | Old Index