[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.327 and 1.328

version 1.327, 2019/06/14 09:12:42 version 1.328, 2019/08/23 06:38:27
Line 235  BUILDTARGETS+= includes
Line 235  BUILDTARGETS+= includes
 .endif  .endif
 BUILDTARGETS+=  do-lib  BUILDTARGETS+=  do-lib
 BUILDTARGETS+=  do-compat-lib  BUILDTARGETS+=  do-compat-lib
   .if ${MKLLVM} != "no"
   BUILDTARGETS+=  do-sanitizer-includes
   BUILDTARGETS+=  do-sanitizer-lib
   .if ${MKSANITIZER:Uno} == "yes"
   BUILDTARGETS+=  do-sanitizer-tools
   .endif
   .endif
 .if ${MKX11} != "no"  .if ${MKX11} != "no"
 BUILDTARGETS+=  do-x11  BUILDTARGETS+=  do-x11
 .endif  .endif
Line 470  do-lib: .PHONY .MAKE
Line 477  do-lib: .PHONY .MAKE
 do-compat-lib: .PHONY .MAKE  do-compat-lib: .PHONY .MAKE
         ${MAKEDIRTARGET} compat build_install BOOTSTRAP_SUBDIRS="../../../lib"          ${MAKEDIRTARGET} compat build_install BOOTSTRAP_SUBDIRS="../../../lib"
   
   do-sanitizer-includes: .PHONY .MAKE
           ${MAKEDIRTARGET} external/bsd/compiler_rt/lib/clang/include includes
           ${MAKEDIRTARGET} external/bsd/compiler_rt/lib/clang/share includes
   
   do-sanitizer-lib: .PHONY .MAKE
           ${MAKEDIRTARGET} external/bsd/compiler_rt/lib/clang/lib build_install
   
   do-sanitizer-tools: .PHONY .MAKE
   .if !exists(${TOOLDIR}/lib/clang)
           mkdir -p ${TOOLDIR}/lib/clang
           cd ${DESTDIR}/usr/lib/clang && \
                   ${TOOL_PAX} -rw . ${TOOLDIR}/lib/clang
   .endif
   
 do-top-obj: .PHONY .MAKE  do-top-obj: .PHONY .MAKE
         ${MAKEDIRTARGET} . obj NOSUBDIR=          ${MAKEDIRTARGET} . obj NOSUBDIR=
   

Legend:
Removed from v.1.327  
changed lines
  Added in v.1.328

CVSweb <webmaster@jp.NetBSD.org>