[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.79 and 1.80

version 1.79, 2008/03/03 23:04:33 version 1.80, 2008/08/01 14:19:09
Line 665 
Line 665 
 was compiled for, obtained from the  was compiled for, obtained from the
 .Ev MACHINE_ARCH  .Ev MACHINE_ARCH
 environment variable, or defined at compilation time.  environment variable, or defined at compilation time.
   .It Va MAKEFILE
   Possibly the file name of the last makefile that has been read.
   It should not be used; see the
   .Sx BUGS
   section below.
 .El  .El
 .Pp  .Pp
 Variable expansion may be modified to select or modify each word of the  Variable expansion may be modified to select or modify each word of the
Line 1446 
Line 1451 
 During recursive invocations, each level will multiply the number  During recursive invocations, each level will multiply the number
 of processes by  of processes by
 .Ar n .  .Ar n .
   .Pp
   The
   .Va MAKEFILE
   variable cannot be used reliably.
   It is a compatibility feature and may get set to the last makefile
   specified, as it is set by System V make.

Legend:
Removed from v.1.79  
changed lines
  Added in v.1.80