Module Name: src
Committed By: matt
Date: Thu Jun 30 18:13:51 UTC 2011
Modified Files:
src/share/mk: bsd.README bsd.man.mk
Log Message:
Replace gzip with ${TOOL_GZIP} in manual compression.
Modify the description of USE_PIGZGZIP.
To generate a diff of this commit:
cvs rdiff -u -r1.283 -r1.284 src/share/mk/bsd.README
cvs rdiff -u -r1.107 -r1.108 src/share/mk/bsd.man.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/mk/bsd.README
diff -u src/share/mk/bsd.README:1.283 src/share/mk/bsd.README:1.284
--- src/share/mk/bsd.README:1.283 Mon May 30 13:47:01 2011
+++ src/share/mk/bsd.README Thu Jun 30 18:13:51 2011
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.README,v 1.283 2011/05/30 13:47:01 joerg Exp $
+# $NetBSD: bsd.README,v 1.284 2011/06/30 18:13:51 matt Exp $
# @(#)bsd.README 8.2 (Berkeley) 4/2/94
This is the README file for the make "include" files for the NetBSD
@@ -415,9 +415,9 @@
various system utilities/libraries that support it.
If ${MKYP} is "no", USE_YP will also be forced to "no".
-USE_PIGZGZIP If "no", use the host "gzip" program to compress sets.
+USE_PIGZGZIP If "no", use the host "gzip" program to compress things.
Otherwise, build tools/pigz and use nbpigz to compress
- the sets.
+ things.
Default: "no".
X11FLAVOUR Set to "Xorg" or "XFree86", depending on whether to build
Index: src/share/mk/bsd.man.mk
diff -u src/share/mk/bsd.man.mk:1.107 src/share/mk/bsd.man.mk:1.108
--- src/share/mk/bsd.man.mk:1.107 Tue Mar 8 12:20:17 2011
+++ src/share/mk/bsd.man.mk Thu Jun 30 18:13:51 2011
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.man.mk,v 1.107 2011/03/08 12:20:17 njoly Exp $
+# $NetBSD: bsd.man.mk,v 1.108 2011/06/30 18:13:51 matt Exp $
# @(#)bsd.man.mk 8.1 (Berkeley) 6/8/93
.include <bsd.init.mk>
@@ -34,7 +34,7 @@
MANCOMPRESS?=
MANSUFFIX?=
.else
-MANCOMPRESS?= gzip -ncf
+MANCOMPRESS?= ${TOOL_GZIP} -ncf
MANSUFFIX?= .gz
.endif