[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.305 and 1.306

version 1.305, 2014/02/26 09:54:32 version 1.306, 2014/06/13 01:17:45
Line 199  postinstall-fix-obsolete: .NOTMAIN .PHON
Line 199  postinstall-fix-obsolete: .NOTMAIN .PHON
 # Targets (in order!) called by "make build".  # Targets (in order!) called by "make build".
 #  #
 .if defined(HAVE_GCC)  .if defined(HAVE_GCC)
 .if ${HAVE_GCC} == "4"  
 LIBGCC_EXT=4  
 BUILD_CC_LIB_BASEDIR= gnu/lib  
 BUILD_CC_LIB_BASETARGET= gnu-lib  
 .else  
 LIBGCC_EXT=  
 BUILD_CC_LIB_BASEDIR= external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib  BUILD_CC_LIB_BASEDIR= external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib
 BUILD_CC_LIB_BASETARGET= external-gpl3-gcc-lib  BUILD_CC_LIB_BASETARGET= external-gpl3-gcc-lib
 .endif  .endif
 .endif  
   
 BUILDTARGETS+=  check-tools  BUILDTARGETS+=  check-tools
 .if ${MKUPDATE} == "no" && !defined(NOCLEANDIR)  .if ${MKUPDATE} == "no" && !defined(NOCLEANDIR)

Legend:
Removed from v.1.305  
changed lines
  Added in v.1.306

CVSweb <webmaster@jp.NetBSD.org>