[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.92 and 1.93

version 1.92, 2011/05/02 11:14:11 version 1.93, 2012/04/11 18:27:30
Line 1184 
Line 1184 
 .It Ic .BEGIN  .It Ic .BEGIN
 Any command lines attached to this target are executed before anything  Any command lines attached to this target are executed before anything
 else is done.  else is done.
   .It Ic .CHEAP
   In parallel mode, don't scan the commands for
   .Nm ,
   let recursive
   .Fl j
   behavior apply.
 .It Ic .DEFAULT  .It Ic .DEFAULT
 This is sort of a  This is sort of a
 .Ic .USE  .Ic .USE
Line 1201 
Line 1207 
 .It Ic .END  .It Ic .END
 Any command lines attached to this target are executed after everything  Any command lines attached to this target are executed after everything
 else is done.  else is done.
   .It Ic .EXPENSIVE
   In parallel mode, don't scan the commands for
   .Nm ,
   assume target is recursive and don't start other jobs until
   it is finished.
 .It Ic .IGNORE  .It Ic .IGNORE
 Mark each of the sources with the  Mark each of the sources with the
 .Ic .IGNORE  .Ic .IGNORE

Legend:
Removed from v.1.92  
changed lines
  Added in v.1.93