[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.113 and 1.114

version 1.113, 2014/04/14 07:03:19 version 1.114, 2014/07/15 23:07:19
Line 61 
Line 61 
 .Ar makefile  .Ar makefile
 is determined as follows:  is determined as follows:
 first the file  first the file
 .Sq Pa BSDmakefile ,  
 if it exists, then the files  
 .Sq Pa makefile  .Sq Pa makefile
 and  if it exists, then the file
 .Sq Pa Makefile ,  .Sq Pa Makefile
 in that order.  in that order.
 If none of these files exist,  If none of these files exist,
 .Nm  .Nm
Line 79 
Line 77 
 .Xr mkdep 1 ) .  .Xr mkdep 1 ) .
 .Pp  .Pp
 The handling of  The handling of
 .Sq Pa BSDmakefile  
 and  
 .Sq Pa .depend  .Sq Pa .depend
 are  is a
 .Bx  .Bx
 extensions.  extensions.
 .Pp  .Pp
Line 1466 
Line 1462 
 .Bl -tag -width /usr/share/mk -compact  .Bl -tag -width /usr/share/mk -compact
 .It Pa .depend  .It Pa .depend
 list of dependencies  list of dependencies
 .It Pa BSDmakefile  
 default makefile  
 .It Pa makefile  .It Pa makefile
 default makefile if  default makefile
 .Pa BSDmakefile  
 does not exist  does not exist
 .It Pa Makefile  .It Pa Makefile
 default makefile if  default makefile if

Legend:
Removed from v.1.113  
changed lines
  Added in v.1.114