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

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/share/mk/bsd.README between version 1.232 and 1.233

version 1.232, 2008/10/19 19:44:47 version 1.233, 2008/10/25 14:58:00
Line 1262  SHLINKDIR Path to use for shared linker 
Line 1262  SHLINKDIR Path to use for shared linker 
   
 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 eight targets as <bsd.prog.mk>: all,
 clean, cleandir, depend, includes, install, lint, and tags.  For all of  clean, cleandir, depend, includes, install, lint, and tags.  It uses the
 the directories listed in ${SUBDIR}, the specified directory will be  following variables:
 visited and the target made.  There is also a default target which allows  
 the command "make subdir" where subdir is any directory listed in ${SUBDIR}.  NOSUBDIR        If this variable is defined, then the SUBDIR variable
                   will be ignored and subdirectories will not be processed.
 As a special case, the use of a token .WAIT as an entry in SUBDIR acts  
 as a synchronization barrier when multiple make jobs are run; subdirs  SUBDIR          For all of the directories listed in ${SUBDIR}, the
 before the .WAIT must complete before any subdirs after .WAIT are                  specified directory will be visited and the target made.
 started.  See make(1) for some caveats on use of .WAIT and other                  There is also a default target which allows the command
 special sources.                  "make subdir" where subdir is any directory listed in
                   ${SUBDIR}.
   
                   As a special case, the use of a token .WAIT as an
                   entry in SUBDIR acts as a synchronization barrier
                   when multiple make jobs are run; subdirs before the
                   .WAIT must complete before any subdirs after .WAIT are
                   started.  See make(1) for some caveats on use of .WAIT
                   and other special sources.
   
   
 =-=-=-=-=   bsd.sys.mk   =-=-=-=-=  =-=-=-=-=   bsd.sys.mk   =-=-=-=-=

Legend:
Removed from v.1.232  
changed lines
  Added in v.1.233

CVSweb <webmaster@jp.NetBSD.org>