[BACK]Return to make.1 CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.bin / make

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

Diff for /src/usr.bin/make/make.1 between version 1.233 and 1.234

version 1.233, 2014/08/23 15:05:40 version 1.234, 2014/08/28 19:55:00
Line 29 
Line 29 
 .\"  .\"
 .\"     from: @(#)make.1        8.4 (Berkeley) 3/19/94  .\"     from: @(#)make.1        8.4 (Berkeley) 3/19/94
 .\"  .\"
 .Dd August 23, 2014  .Dd August 28, 2014
 .Dt MAKE 1  .Dt MAKE 1
 .Os  .Os
 .Sh NAME  .Sh NAME
Line 209  Force the
Line 209  Force the
 option to print raw values of variables.  option to print raw values of variables.
 .It Ar v  .It Ar v
 Print debugging information about variable assignment.  Print debugging information about variable assignment.
 .It Ar w  
 Print entering and leaving directory messages, pre and post processing.  
 .It Ar x  .It Ar x
 Run shell commands with  Run shell commands with
 .Fl x  .Fl x
Line 352  contains a
Line 350  contains a
 then the value will be expanded before printing.  then the value will be expanded before printing.
 .It Fl W  .It Fl W
 Treat any warnings during makefile parsing as errors.  Treat any warnings during makefile parsing as errors.
   .It Fl w
   Print entering and leaving directory messages, pre and post processing.
 .It Fl X  .It Fl X
 Don't export variables passed on the command line to the environment  Don't export variables passed on the command line to the environment
 individually.  individually.

Legend:
Removed from v.1.233  
changed lines
  Added in v.1.234

CVSweb <webmaster@jp.NetBSD.org>