Module Name:    src
Committed By:   sjg
Date:           Fri Feb  3 21:39:25 UTC 2012

Modified Files:
        src/usr.bin/make: make.1

Log Message:
Fix description of 'silent' in .MAKE.MODE
Also document 'env' in that context.


To generate a diff of this commit:
cvs rdiff -u -r1.199 -r1.200 src/usr.bin/make/make.1

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

Modified files:

Index: src/usr.bin/make/make.1
diff -u src/usr.bin/make/make.1:1.199 src/usr.bin/make/make.1:1.200
--- src/usr.bin/make/make.1:1.199	Fri Dec 23 05:01:59 2011
+++ src/usr.bin/make/make.1	Fri Feb  3 21:39:25 2012
@@ -1,4 +1,4 @@
-.\"	$NetBSD: make.1,v 1.199 2011/12/23 05:01:59 sjg Exp $
+.\"	$NetBSD: make.1,v 1.200 2012/02/03 21:39:25 sjg Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"	from: @(#)make.1	8.4 (Berkeley) 3/19/94
 .\"
-.Dd December 22, 2011
+.Dd February 3, 2012
 .Dt MAKE 1
 .Os
 .Sh NAME
@@ -788,6 +788,9 @@ will not create .meta files in
 This can be overridden by setting
 .Va bf
 to a value which represents True.
+.It Pa env
+For debugging, it can be useful to inlcude the environment
+in the .meta file.
 .It Pa verbose
 If in "meta" mode, print a clue about the target being built.
 This is useful if the build is otherwise running silently.
@@ -803,6 +806,7 @@ See also
 If
 .Va bf
 is True, when a .meta file is created, mark the target
+.Ic .SILENT .
 .El
 .It Va .MAKE.META.BAILIWICK
 In "meta" mode, provides a list of prefixes which

Reply via email to