[BACK]Return to bsd.README CVS log [TXT][DIR] Up to [local] / src / share / mk

Diff for /src/share/mk/bsd.README between version 1.57 and 1.58

version 1.57, 2014/10/09 04:44:09 version 1.58, 2014/10/13 14:31:01
Line 266 
Line 266 
 more source files, along with their manual pages.  It has a limited number  more source files, along with their manual pages.  It has a limited number
 of suffixes, consistent with the current needs of the BSD tree.  of suffixes, consistent with the current needs of the BSD tree.
   
 It has eight targets:  It has seven targets:
   
         all:          all:
                 build the program and its manual page                  build the program and its manual page
Line 401 
Line 401 
 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=  =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   
 The include file <bsd.subdir.mk> contains the default targets for building  The include file <bsd.subdir.mk> contains the default targets for building
 subdirectories.  It has the same eight targets as <bsd.prog.mk>: all,  subdirectories.  It has the same seven targets as <bsd.prog.mk>: all,
 clean, cleandir, depend, includes, install, and tags.  For all of  clean, cleandir, depend, includes, install, and tags.  For all of
 the directories listed in the variable SUBDIR, the specified directory  the directories listed in the variable SUBDIR, the specified directory
 will be visited and the target made.  There is also a default target which  will be visited and the target made.  There is also a default target which
Line 419 
Line 419 
 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=  =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   
 The include file <bsd.lib.mk> has support for building libraries.  It has  The include file <bsd.lib.mk> has support for building libraries.  It has
 the same eight targets as <bsd.prog.mk>: all, clean, cleandir, depend,  the same seven targets as <bsd.prog.mk>: all, clean, cleandir, depend,
 includes, install, and tags.  It has a limited number of suffixes,  includes, install, and tags.  It has a limited number of suffixes,
 consistent with the current needs of the BSD tree.  consistent with the current needs of the BSD tree.
   

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