Module Name:    src
Committed By:   apb
Date:           Tue Aug  5 15:45:50 UTC 2014

Modified Files:
        src/distrib/sets: Makefile
        src/lib/libc/time: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 src/distrib/sets/Makefile
cvs rdiff -u -r1.20 -r1.21 src/lib/libc/time/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sets/Makefile
diff -u src/distrib/sets/Makefile:1.96 src/distrib/sets/Makefile:1.97
--- src/distrib/sets/Makefile:1.96	Mon Jun  9 01:17:44 2014
+++ src/distrib/sets/Makefile	Tue Aug  5 15:45:49 2014
@@ -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 @@ all:
 .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} \

Index: src/lib/libc/time/Makefile
diff -u src/lib/libc/time/Makefile:1.20 src/lib/libc/time/Makefile:1.21
--- src/lib/libc/time/Makefile:1.20	Sat Jun 14 17:49:27 2014
+++ src/lib/libc/time/Makefile	Tue Aug  5 15:45:49 2014
@@ -287,7 +287,7 @@ TARFLAGS=	`if tar $(GNUTARFLAGS) --versi
 		 fi`
 
 # Flags to give 'gzip' when making a distribution.
-GZIPFLAGS=	-9n
+GZIPFLAGS=	-9 ${GZIP_N_FLAG}
 
 ###############################################################################
 

Reply via email to