Source-Changes-HG archive

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

[src/trunk]: src Ue ${GZIP_N_FLAG} instead of -n when setting GZIPFLAGS or GZ...



details:   https://anonhg.NetBSD.org/src/rev/61d82cdc9d35
branches:  trunk
changeset: 797969:61d82cdc9d35
user:      apb <apb%NetBSD.org@localhost>
date:      Tue Aug 05 15:45:49 2014 +0000

description:
Ue ${GZIP_N_FLAG} instead of -n when setting GZIPFLAGS or GZIP_FLAGS.
This will allow -nT instead of just -n to be passed to pigz.

diffstat:

 distrib/sets/Makefile  |  4 ++--
 lib/libc/time/Makefile |  2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r 1b0e9bc050f6 -r 61d82cdc9d35 distrib/sets/Makefile
--- a/distrib/sets/Makefile     Tue Aug 05 15:43:50 2014 +0000
+++ b/distrib/sets/Makefile     Tue Aug 05 15:45:49 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.96 2014/06/09 01:17:44 uebayasi Exp $
+#      $NetBSD: Makefile,v 1.97 2014/08/05 15:45:49 apb Exp $
 
 # Experimental RCS METALOG versioning
 # (Needs host's rcs(1) commands)
@@ -16,7 +16,7 @@
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 COMPRESS_PROGRAM=${TOOL_GZIP}
-GZIP_FLAGS= -n
+GZIP_FLAGS= ${GZIP_N_FLAG}
 
 SETSENV=       DESTDIR=${DESTDIR:Q} \
                MACHINE=${MACHINE:Q} \
diff -r 1b0e9bc050f6 -r 61d82cdc9d35 lib/libc/time/Makefile
--- a/lib/libc/time/Makefile    Tue Aug 05 15:43:50 2014 +0000
+++ b/lib/libc/time/Makefile    Tue Aug 05 15:45:49 2014 +0000
@@ -287,7 +287,7 @@
                 fi`
 
 # Flags to give 'gzip' when making a distribution.
-GZIPFLAGS=     -9n
+GZIPFLAGS=     -9 ${GZIP_N_FLAG}
 
 ###############################################################################
 



Home | Main Index | Thread Index | Old Index