[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src

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

Diff for /src/Makefile between version 1.324 and 1.324.2.1

version 1.324, 2018/05/02 07:34:44 version 1.324.2.1, 2019/06/10 21:41:01
Line 93 
Line 93 
 #   obj:             creates object directories.  #   obj:             creates object directories.
 #   do-distrib-dirs: creates the distribution directories.  #   do-distrib-dirs: creates the distribution directories.
 #   includes:        installs include files.  #   includes:        installs include files.
 #   do-lib:          builds and installs prerequisites from lib  #   do-lib:          builds and installs prerequisites from lib.
 #                    if ${MKCOMPAT} != "no".  
 #   do-compat-lib:   builds and installs prerequisites from compat/lib  #   do-compat-lib:   builds and installs prerequisites from compat/lib
 #                    if ${MKCOMPAT} != "no".  #                    if ${MKCOMPAT} != "no".
 #   do-x11:          builds and installs X11 tools and libraries  #   do-x11:          builds and installs X11 tools and libraries
Line 137  _SRC_TOP_OBJ_=
Line 136  _SRC_TOP_OBJ_=
 # _SUBDIR is used to set SUBDIR, after removing directories that have  # _SUBDIR is used to set SUBDIR, after removing directories that have
 # BUILD_${dir}=no, or that have no ${dir}/Makefile.  # BUILD_${dir}=no, or that have no ${dir}/Makefile.
 #  #
 _SUBDIR=        tools lib include external crypto/external bin games  _SUBDIR=        tools .WAIT lib include external crypto/external bin
 _SUBDIR+=       libexec sbin usr.bin  _SUBDIR+=       games libexec sbin usr.bin
 _SUBDIR+=       usr.sbin share sys etc tests compat  _SUBDIR+=       usr.sbin share sys etc tests compat
 _SUBDIR+=       .WAIT rescue .WAIT distrib regress  _SUBDIR+=       .WAIT rescue .WAIT distrib regress
   

Legend:
Removed from v.1.324  
changed lines
  Added in v.1.324.2.1

CVSweb <webmaster@jp.NetBSD.org>