Source-Changes-HG archive

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

[src/trunk]: src/distrib/sets Pass ${TOOL_PKG_CREATE} to scripts for syspkg c...



details:   https://anonhg.NetBSD.org/src/rev/e4cf7b09e16b
branches:  trunk
changeset: 749513:e4cf7b09e16b
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Tue Dec 01 09:11:45 2009 +0000

description:
Pass ${TOOL_PKG_CREATE} to scripts for syspkg creation.

diffstat:

 distrib/sets/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r dd25c15b64e4 -r e4cf7b09e16b distrib/sets/Makefile
--- a/distrib/sets/Makefile     Tue Dec 01 09:09:40 2009 +0000
+++ b/distrib/sets/Makefile     Tue Dec 01 09:11:45 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.71 2009/11/30 16:13:23 uebayasi Exp $
+#      $NetBSD: Makefile,v 1.72 2009/12/01 09:11:45 uebayasi Exp $
 
 # The `all' target must appear before bsd.own.mk is pulled in.
 all:
@@ -20,6 +20,7 @@
                MKTEMP=${TOOL_MKTEMP:Q} \
                MTREE=${TOOL_MTREE:Q} \
                PAX=${TOOL_PAX:Q} \
+               PKG_CREATE=${TOOL_PKG_CREATE:Q} \
                SED=${TOOL_SED:Q} \
                TSORT=${TSORT:Q} \
                ${HOST_SH}



Home | Main Index | Thread Index | Old Index