[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.235 and 1.236

version 1.235, 2004/07/30 07:05:11 version 1.236, 2004/08/28 00:18:38
Line 68 
Line 68 
 #   includes:        installs include files.  #   includes:        installs include files.
 #   do-tools-compat: builds the "libnbcompat" library; needed for some  #   do-tools-compat: builds the "libnbcompat" library; needed for some
 #                    random host tool programs in the source tree.  #                    random host tool programs in the source tree.
   #   do-gnu-lib-crtstuff3: builds and installs prerequisites from
   #                         gnu/lib/crtstuff3
 #   do-gnu-lib-libgcc3: builds and installs prerequisites from gnu/lib/libgcc3  #   do-gnu-lib-libgcc3: builds and installs prerequisites from gnu/lib/libgcc3
 #   do-lib-csu:      builds and installs prerequisites from lib/csu.  #   do-lib-csu:      builds and installs prerequisites from lib/csu.
 #   do-lib-libc:     builds and installs prerequisites from lib/libc.  #   do-lib-libc:     builds and installs prerequisites from lib/libc.
Line 186  BUILDTARGETS+= includes
Line 188  BUILDTARGETS+= includes
 BUILDTARGETS+=  do-tools-compat  BUILDTARGETS+=  do-tools-compat
 BUILDTARGETS+=  do-lib-csu  BUILDTARGETS+=  do-lib-csu
 .if ${MKGCC} != "no"  .if ${MKGCC} != "no"
   BUILDTARGETS+=  do-gnu-lib-crtstuff${LIBGCC_EXT}
 BUILDTARGETS+=  do-gnu-lib-libgcc${LIBGCC_EXT}  BUILDTARGETS+=  do-gnu-lib-libgcc${LIBGCC_EXT}
 .endif  .endif
 BUILDTARGETS+=  do-lib-libc  BUILDTARGETS+=  do-lib-libc
Line 323  do-${targ}: .PHONY ${targ}
Line 326  do-${targ}: .PHONY ${targ}
         @true          @true
 .endfor  .endfor
   
 .for dir in tools tools/compat lib/csu gnu/lib/libgcc${LIBGCC_EXT} lib/libc lib/libdes lib gnu/lib  .for dir in tools tools/compat lib/csu gnu/lib/crtstuff${LIBGCC_EXT} gnu/lib/libgcc${LIBGCC_EXT} lib/libc lib/libdes lib gnu/lib
 do-${dir:S/\//-/g}: .PHONY  do-${dir:S/\//-/g}: .PHONY
 .for targ in dependall install  .for targ in dependall install
         ${MAKEDIRTARGET} ${dir} ${targ}          ${MAKEDIRTARGET} ${dir} ${targ}

Legend:
Removed from v.1.235  
changed lines
  Added in v.1.236

CVSweb <webmaster@jp.NetBSD.org>