Source-Changes-HG archive

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

[src/trunk]: src/share/mk Document TOOL_GZIP.



details:   https://anonhg.NetBSD.org/src/rev/5304943de3cd
branches:  trunk
changeset: 326363:5304943de3cd
user:      apb <apb%NetBSD.org@localhost>
date:      Mon Jan 27 07:57:28 2014 +0000

description:
Document TOOL_GZIP.

diffstat:

 share/mk/bsd.README |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r a92531960978 -r 5304943de3cd share/mk/bsd.README
--- a/share/mk/bsd.README       Sun Jan 26 22:38:20 2014 +0000
+++ b/share/mk/bsd.README       Mon Jan 27 07:57:28 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.README,v 1.326 2014/01/16 01:19:46 christos Exp $
+#      $NetBSD: bsd.README,v 1.327 2014/01/27 07:57:28 apb Exp $
 #      @(#)bsd.README  8.2 (Berkeley) 4/2/94
 
 This is the README file for the make "include" files for the NetBSD
@@ -463,8 +463,8 @@
                If ${MKYP} is "no", USE_YP will also be forced to "no".
 
 USE_PIGZGZIP   If "no", use the host "gzip" program to compress things.
-               Otherwise, build tools/pigz and use nbpigz to compress
-               things.
+               Otherwise, build tools/pigz, set TOOL_GZIP=${TOOL_PIGZ},
+               and use nbpigz to compress things.
                Default: "no".
 
 X11FLAVOUR     Set to "Xorg" or "XFree86", depending on whether to build
@@ -786,6 +786,8 @@
 
 TOOL_GROFF             Front end for groff document formatting system.  [groff]
 
+TOOL_GZIP              Compression/decompression tool.  [gzip]
+
 TOOL_HEXDUMP           Ascii, decimal, hexadecimal, octal dump.  [hexdump]
 
 TOOL_HP300MKBOOT       Make bootable image for hp300.  [hp300-mkboot]



Home | Main Index | Thread Index | Old Index