Source-Changes-HG archive

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

[src/trunk]: src/distrib/sets Revert previous - will pass the additional args...



details:   https://anonhg.NetBSD.org/src/rev/d7fbf486addc
branches:  trunk
changeset: 433663:d7fbf486addc
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Sep 26 18:20:59 2018 +0000

description:
Revert previous - will pass the additional args via the environment.

diffstat:

 distrib/sets/maketars |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 67335cc5a84f -r d7fbf486addc distrib/sets/maketars
--- a/distrib/sets/maketars     Wed Sep 26 18:06:59 2018 +0000
+++ b/distrib/sets/maketars     Wed Sep 26 18:20:59 2018 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: maketars,v 1.87 2018/09/26 15:07:24 martin Exp $
+# $NetBSD: maketars,v 1.88 2018/09/26 18:20:59 martin Exp $
 #
 # Make release tar files for some or all lists.  Usage:
 # maketars [-b] [-x] [-i installdir] [-a arch] [-m machine] [-s setsdir]
@@ -239,8 +239,8 @@
                msg "Creating ${out}"
                rm -f "${tars}/${out}"
                TMPFILES="${TMPFILES} ${tars}/${out}.tmp"
-               runpax "${setname}" | ${COMPRESS_PROGRAM} \
-                       > "${tars}/${out}.tmp" &&
+               runpax "${setname}" -z --use-compress-program \
+                   ${COMPRESS_PROGRAM} > "${tars}/${out}.tmp" &&
                mv "${tars}/${out}.tmp" "${tars}/${out}"
        fi
        es=$((${es} + $?))



Home | Main Index | Thread Index | Old Index