[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.317 and 1.317.4.1

version 1.317, 2016/01/14 02:51:25 version 1.317.4.1, 2017/04/21 16:50:41
Line 136  _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 gnu external crypto/external bin games  _SUBDIR=        tools lib include external crypto/external bin games
 _SUBDIR+=       libexec sbin usr.bin  _SUBDIR+=       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
Line 249  BUILDTARGETS+= do-obsolete
Line 249  BUILDTARGETS+= do-obsolete
   
 .ORDER:         ${BUILDTARGETS}  .ORDER:         ${BUILDTARGETS}
 includes-lib:   .PHONY includes-include includes-sys  includes-lib:   .PHONY includes-include includes-sys
 includes-gnu:   .PHONY includes-lib  
   
 #  #
 # Record the values of variables that might affect the build.  # Record the values of variables that might affect the build.

Legend:
Removed from v.1.317  
changed lines
  Added in v.1.317.4.1

CVSweb <webmaster@jp.NetBSD.org>