[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.30 and 1.31

version 1.30, 2000/04/03 02:58:46 version 1.31, 2000/04/12 21:47:49
Line 1163 
Line 1163 
 and  and
 .Ev PWD .  .Ev PWD .
 .Nm  .Nm
 also ignores and unsets  also ignores and unsets
 .Ev CDPATH .  .Ev CDPATH .
 .Sh FILES  .Sh FILES
 .Bl -tag -width /usr/share/mk -compact  .Bl -tag -width /usr/share/mk -compact
Line 1189 
Line 1189 
 is contorted to the point of absurdity.  is contorted to the point of absurdity.
 .Pp  .Pp
 If you specify the same target several times in normal dependency rules,  If you specify the same target several times in normal dependency rules,
 .Nm  .Nm
 silently ignores all commands after the first non empty set of commands,  silently ignores all commands after the first non empty set of commands,
 e.g., in  e.g., in
 .Bd -literal  .Bd -literal
 a:  a:
         @echo "Executed"          @echo "Executed"
Line 1228 
Line 1228 
 .Pp  .Pp
 won't work, and should be rewritten the other way around.  won't work, and should be rewritten the other way around.
 .Pp  .Pp
 When handling pre-BSD 4.4 archives,  When handling pre-BSD 4.4 archives,
 .Nm  .Nm
 may erroneously mark archive members as out of date if the archive name  may erroneously mark archive members as out of date if the archive name
 was truncated.  was truncated.

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31