Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/sets merge d flag.
details: https://anonhg.NetBSD.org/src/rev/ec59b3167854
branches: trunk
changeset: 784712:ec59b3167854
user: christos <christos%NetBSD.org@localhost>
date: Thu Feb 07 01:24:04 2013 +0000
description:
merge d flag.
diffstat:
distrib/sets/maketars | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (29 lines):
diff -r f5edb4afe53f -r ec59b3167854 distrib/sets/maketars
--- a/distrib/sets/maketars Thu Feb 07 01:20:29 2013 +0000
+++ b/distrib/sets/maketars Thu Feb 07 01:24:04 2013 +0000
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: maketars,v 1.78 2013/02/07 01:07:41 christos Exp $
+# $NetBSD: maketars,v 1.79 2013/02/07 01:24:04 christos Exp $
#
# Make release tar files for some or all lists. Usage:
# maketars [-b] [-x] [-i installdir] [-a arch] [-m machine] [-s setsdir]
@@ -196,7 +196,7 @@
local s="$1"
shift
(cd "${dest}" && cut -d " " -f 1 "${setlistdir}/set.${s}" |
- ${PAX} -Ow -N"${etcdir}" ${metalog:+-M} "$@")
+ ${PAX} -dOw -N"${etcdir}" ${metalog:+-M} "$@")
}
#
@@ -220,7 +220,7 @@
msg "Creating ${out}"
rm -f "${tars}/${out}"
TMPFILES="${TMPFILES} ${tars}/${out}.tmp"
- runpax "${setname}" -dz --use-compress-program \
+ runpax "${setname}" -z --use-compress-program \
${COMPRESS_PROGRAM} > "${tars}/${out}.tmp" &&
mv "${tars}/${out}.tmp" "${tars}/${out}"
fi
Home |
Main Index |
Thread Index |
Old Index