[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.93 and 1.94

version 1.93, 2012/04/11 18:27:30 version 1.94, 2012/09/21 07:55:20
Line 155 
Line 155 
 Print debugging information about conditional evaluation.  Print debugging information about conditional evaluation.
 .It Ar d  .It Ar d
 Print debugging information about directory searching and caching.  Print debugging information about directory searching and caching.
   .It Ar e
   Print debugging information about expensive jobs heuristics.
 .It Ar f  .It Ar f
 Print debugging information about the expansion of for loops.  Print debugging information about the expansion of for loops.
 .It Ar "g1"  .It Ar "g1"
Line 162 
Line 164 
 .It Ar "g2"  .It Ar "g2"
 Print the input graph after making everything, or before exiting  Print the input graph after making everything, or before exiting
 on error.  on error.
 .It Ar J  
 Print job tokens showing which output corresponds to what job.  
 .It Ar j  .It Ar j
 Print debugging information about running multiple shells.  Print debugging information about external jobs forked.
 .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 190 
Line 190 
 A given random seed can be forced by setting  A given random seed can be forced by setting
 .Va RANDOM_SEED ,  .Va RANDOM_SEED ,
 but this does not guarantee reproductibility.  but this does not guarantee reproductibility.
   .It Ar q
   .Sq quick death
   option: after a fatal error, instead of waiting for other jobs to die,
   kill them right away.
 .It Ar s  .It Ar s
 Print debugging information about suffix-transformation rules.  Print debugging information about suffix-transformation rules.
 .It Ar t  .It Ar t
Line 1134 
Line 1138 
 or  or
 .Fl t  .Fl t
 options were specified.  options were specified.
 Normally used to mark recursive  Can be used to mark recursive
 .Nm make Ns 's .  .Nm make Ns 's ,
   prefer standard
   .Sq Ic + Ns Ar cmd .
 .It Ic .NOTMAIN  .It Ic .NOTMAIN
 Normally  Normally
 .Nm  .Nm
Line 1193 
Line 1199 
 .It Ic .DEFAULT  .It Ic .DEFAULT
 This is sort of a  This is sort of a
 .Ic .USE  .Ic .USE
 rule for any target (that was used only as a  rule for any target (that was used only as a source) that
 source) that  
 .Nm  .Nm
 can't figure out any other way to create.  can't figure out any other way to create.
 Only the shell script is used.  Uses only the commands.
 The  The
 .Ic .IMPSRC  .Ic .IMPSRC
 variable of a target that inherits  variable of a target that inherits

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