[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.70 and 1.71

version 1.70, 2007/07/09 14:47:29 version 1.71, 2007/11/02 17:27:24
Line 165 
Line 165 
 on error.  on error.
 .It Ar j  .It Ar j
 Print debugging information about running multiple shells.  Print debugging information about running multiple shells.
   .It Ar J
   Print job tokens showing which output corresponds to what job.
 .It Ar l  .It Ar l
 Print commands in Makefile targets regardless of whether or not they are  Print commands in Makefile targets regardless of whether or not they are
 prefixed by @.  prefixed by @.
Line 1409 
Line 1411 
 .Pp  .Pp
 .Sq A  .Sq A
 will evaluate to a b c d after the loop, not z b c d.  will evaluate to a b c d after the loop, not z b c d.
 .Pp  
 The  
 .Ql +  
 command modificator is ignored in parallel make mode.  

Legend:
Removed from v.1.70  
changed lines
  Added in v.1.71