diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2000-09-25 18:44:30 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2000-09-25 18:44:30 +0000 |
| commit | 34c46f2d3d4e55d5cd67447fef5f71b6bf9c42a0 (patch) | |
| tree | a0ccbe58c1244c23e168d77d6380c3dc66fb43e6 /usr.bin/make/make.1 | |
| parent | 33cd46fe6105e2fba44fe41cd5dd39cfe6985817 (diff) | |
Notes
Diffstat (limited to 'usr.bin/make/make.1')
| -rw-r--r-- | usr.bin/make/make.1 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 48f5f93b843c..d8f1950cdcf8 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -40,7 +40,7 @@ .Nd maintain program dependencies .Sh SYNOPSIS .Nm make -.Op Fl BPSeiknqrstv +.Op Fl BPSXeiknqrstv .Op Fl D Ar variable .Op Fl d Ar flags .Op Fl E Ar variable @@ -217,6 +217,11 @@ with a blank line for each null or undefined variable. .It Fl v Be extra verbose. For multi-job makes, this will cause file banners to be generated. +.It Fl X +When using the +.Fl V +option to print the values of variables, +do not recursively expand the values. .It Ar variable Ns No = Ns Ar value Set the value of the variable .Ar variable |
