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/8a6baee42d9b
branches: trunk
changeset: 793103:8a6baee42d9b
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 087d0c77afaf -r 8a6baee42d9b 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