[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.58 and 1.59

version 1.58, 2003/11/22 11:52:49 version 1.59, 2004/01/23 23:08:47
Line 47 
Line 47 
 .Op Fl j Ar max_jobs  .Op Fl j Ar max_jobs
 .Op Fl m Ar directory  .Op Fl m Ar directory
 .Op Fl V Ar variable  .Op Fl V Ar variable
 .Op Ar variable Ns No = Ns Ar value  .Op Ar variable Ns = Ns Ar value
 .Bk -words  .Bk -words
 .Op Ar target ...  .Op Ar target ...
 .Ek  .Ek
Line 121 
Line 121 
 .It Fl t  .It Fl t
 Rather than re-building a target as specified in the makefile, create it  Rather than re-building a target as specified in the makefile, create it
 or update its modification time to make it appear up-to-date.  or update its modification time to make it appear up-to-date.
 .It Ar variable Ns No = Ns Ar value  .It Ar variable Ns = Ns Ar value
 Set the value of the variable  Set the value of the variable
 .Ar variable  .Ar variable
 to  to
Line 776 
Line 776 
 potentially occur within each affected word.  potentially occur within each affected word.
 .It Cm :T  .It Cm :T
 Replaces each word in the variable with its last component.  Replaces each word in the variable with its last component.
 .It Ar :old_string Ns No = Ns Ar new_string  .It Ar :old_string Ns = Ns Ar new_string
 This is the  This is the
 .At V  .At V
 style variable substitution.  style variable substitution.

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.59