Source-Changes-HG archive

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

[src/trunk]: src/share/mk Replace gzip with ${TOOL_GZIP} in manual compression.



details:   https://anonhg.NetBSD.org/src/rev/a7ab5e9b0237
branches:  trunk
changeset: 766695:a7ab5e9b0237
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Jun 30 18:13:51 2011 +0000

description:
Replace gzip with ${TOOL_GZIP} in manual compression.
Modify the description of USE_PIGZGZIP.

diffstat:

 share/mk/bsd.README |  6 +++---
 share/mk/bsd.man.mk |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (39 lines):

diff -r a97b07e743b8 -r a7ab5e9b0237 share/mk/bsd.README
--- a/share/mk/bsd.README       Thu Jun 30 18:09:54 2011 +0000
+++ b/share/mk/bsd.README       Thu Jun 30 18:13:51 2011 +0000
@@ -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
diff -r a97b07e743b8 -r a7ab5e9b0237 share/mk/bsd.man.mk
--- a/share/mk/bsd.man.mk       Thu Jun 30 18:09:54 2011 +0000
+++ b/share/mk/bsd.man.mk       Thu Jun 30 18:13:51 2011 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index