[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.282.2.1 and 1.283

version 1.282.2.1, 2011/06/23 14:17:47 version 1.283, 2011/06/15 09:45:58
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"  .if ${HAVE_GCC} == "3"
 LIBGCC_EXT=4  LIBGCC_EXT=3
 .else  .else
 LIBGCC_EXT=45  LIBGCC_EXT=4
 .endif  .endif
 .endif  .endif
   
Line 444  do-libgcc: .PHONY .MAKE
Line 444  do-libgcc: .PHONY .MAKE
 .if defined(HAVE_GCC)  .if defined(HAVE_GCC)
 .if ${MKGCC} != "no"  .if ${MKGCC} != "no"
 .if ${USE_COMPILERCRTSTUFF} == "yes"  .if ${USE_COMPILERCRTSTUFF} == "yes"
   .if (${HAVE_GCC} == "3" || ${HAVE_GCC} == "4")
         ${MAKEDIRTARGET} . do-gnu-lib-crtstuff${LIBGCC_EXT}          ${MAKEDIRTARGET} . do-gnu-lib-crtstuff${LIBGCC_EXT}
 .endif  .endif
   .endif
         ${MAKEDIRTARGET} . do-gnu-lib-libgcc${LIBGCC_EXT}          ${MAKEDIRTARGET} . do-gnu-lib-libgcc${LIBGCC_EXT}
 .endif  .endif
 .endif  .endif

Legend:
Removed from v.1.282.2.1  
changed lines
  Added in v.1.283

CVSweb <webmaster@jp.NetBSD.org>