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

Diff for /src/usr.bin/make/make.1 between version 1.117 and 1.118

version 1.117, 2014/11/03 12:48:37 version 1.118, 2015/02/07 13:35:00
Line 39 
Line 39 
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm make  .Nm make
 .Op Fl BeiknpqrSst  .Op Fl BeiknpqrSst
   .Op Fl C Ar directory
 .Op Fl D Ar variable  .Op Fl D Ar variable
 .Op Fl d Ar flags  .Op Fl d Ar flags
 .Op Fl f Ar mk  .Op Fl f Ar mk
Line 143 
Line 144 
 the prerequisites in a target rule in sequence.  the prerequisites in a target rule in sequence.
 This is the default, in the absence of  This is the default, in the absence of
 .Fl j Ar max_processes .  .Fl j Ar max_processes .
   .It Fl C Ar directory
   Enter
   .Ar directory
   before doing anything.
 .It Fl D Ar variable  .It Fl D Ar variable
 Define  Define
 .Ar variable  .Ar variable
Line 1532 
Line 1537 
 though its presence is optional.  though its presence is optional.
 .Pp  .Pp
 The flags  The flags
 .Op Fl BDdIjmV  .Op Fl BCDdIjmV
 are extensions to that specification.  are extensions to that specification.
 .Pp  .Pp
 Older versions of  Older versions of

Legend:
Removed from v.1.117  
changed lines
  Added in v.1.118