Source-Changes-HG archive

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

[src/trunk]: src/distrib/sets export PIGZ=${TOOL_PIGZ} (not yet used.)



details:   https://anonhg.NetBSD.org/src/rev/2385896e85da
branches:  trunk
changeset: 755931:2385896e85da
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Jun 29 05:51:53 2010 +0000

description:
export PIGZ=${TOOL_PIGZ} (not yet used.)

diffstat:

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

diffs (17 lines):

diff -r 09d1798325bb -r 2385896e85da distrib/sets/Makefile
--- a/distrib/sets/Makefile     Tue Jun 29 05:48:13 2010 +0000
+++ b/distrib/sets/Makefile     Tue Jun 29 05:51:53 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.78 2009/12/15 06:18:07 uebayasi Exp $
+#      $NetBSD: Makefile,v 1.79 2010/06/29 05:51:53 mrg Exp $
 
 # The `all' target must appear before bsd.own.mk is pulled in.
 all:
@@ -19,6 +19,7 @@
                MKTEMP=${TOOL_MKTEMP:Q} \
                MTREE=${TOOL_MTREE:Q} \
                PAX=${TOOL_PAX:Q} \
+               PIGZ=${TOOL_PIGZ:Q} \
                PKG_CREATE=${TOOL_PKG_CREATE:Q} \
                SED=${TOOL_SED:Q} \
                TSORT=${TSORT:Q}



Home | Main Index | Thread Index | Old Index