diff options
| author | sjg <sjg@NetBSD.org> | 2012-02-03 21:39:25 +0000 |
|---|---|---|
| committer | sjg <sjg@NetBSD.org> | 2012-02-03 21:39:25 +0000 |
| commit | c9ce2f07e31ca1ac63a52fb4db285b29ee5b7bc3 (patch) | |
| tree | 6b1b788e4003198814a33226bb246e0b11b0bd7f /usr.bin/make/make.1 | |
| parent | 27c258f8fff16945a1773316366985818d70370a (diff) | |
Fix description of 'silent' in .MAKE.MODE
Also document 'env' in that context.
Diffstat (limited to 'usr.bin/make/make.1')
| -rw-r--r-- | usr.bin/make/make.1 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index e7fe2eefa3f..ae7b70e9658 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -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 |
