diff options
| author | sjg <sjg@NetBSD.org> | 2003-09-05 06:52:11 +0000 |
|---|---|---|
| committer | sjg <sjg@NetBSD.org> | 2003-09-05 06:52:11 +0000 |
| commit | 9ab525fdf086c0e4f3e4fa652bcb30d710f6ddf6 (patch) | |
| tree | f6f604717bd33bb63cc025e7618371de138685b1 /usr.bin/make/make.1 | |
| parent | 891811de606dbe685e2a63fbc9a249a6ad3d4d02 (diff) | |
Allow -V '${FOO}' to print the expanded version of FOO.
A side effect of adding and removing a -E option for the above is that
the cases in MainParseArgs are now ordered correctly?
Diffstat (limited to 'usr.bin/make/make.1')
| -rw-r--r-- | usr.bin/make/make.1 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 12a1692652a..6a015ac9934 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: make.1,v 1.84 2003/08/07 11:14:54 agc Exp $ +.\" $NetBSD: make.1,v 1.85 2003/09/05 06:52:12 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 July 31, 2003 +.Dd September 4, 2003 .Dt MAKE 1 .Os .Sh NAME @@ -227,6 +227,11 @@ Do not build any targets. Multiple instances of this option may be specified; the variables will be printed one per line, with a blank line for each null or undefined variable. +If +.Ar variable +contains a +.Ql \&$ +then the value will be expanded before printing. .It Fl W Treat any warnings during makefile parsing as errors. .It Fl X |
