[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.77 and 1.78

version 1.77, 2007/12/01 17:45:02 version 1.78, 2008/03/02 23:56:58
Line 1430 
Line 1430 
 .Ic ORDER  .Ic ORDER
 is only used in parallel mode, so  is only used in parallel mode, so
 keep dependency ordered for sequential mode!  keep dependency ordered for sequential mode!
   .Pp
   Distinct target names are treated separately, even though they might
   correspond to the same file in the file system.
   This can cause excessive rebuilds of some targets, and bogus
   races in parallel mode.
   This can also prevent
   .Nm
   from finding a rule to solve a dependency if the target name is not
   exactly the same as the dependency.
   .Pp
   In parallel mode,
   .Fl j Ar n
   only limits the number of concurrent makes it knows about.
   During recursive invocations, each level will multiply the number
   of processes by
   .Ar n.

Legend:
Removed from v.1.77  
changed lines
  Added in v.1.78