[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.206 and 1.207

version 1.206, 2003/05/10 07:12:37 version 1.207, 2003/06/26 17:46:56
Line 168  BUILDTARGETS+= do-distrib-dirs
Line 168  BUILDTARGETS+= do-distrib-dirs
 BUILDTARGETS+=  includes  BUILDTARGETS+=  includes
 .endif  .endif
 BUILDTARGETS+=  do-tools-compat  BUILDTARGETS+=  do-tools-compat
   .if ${MKGCC} != "no"
   BUILDTARGETS+=  do-gnu-lib-libgcc
   .endif
 BUILDTARGETS+=  do-lib-csu do-lib-libc do-lib do-gnu-lib do-ld.so do-build  BUILDTARGETS+=  do-lib-csu do-lib-libc do-lib do-gnu-lib do-ld.so do-build
 BUILDTARGETS+=  do-obsolete  BUILDTARGETS+=  do-obsolete
   
Line 296  do-${targ}: ${targ}
Line 299  do-${targ}: ${targ}
         @true          @true
 .endfor  .endfor
   
 .for dir in tools tools/compat lib/csu lib/libc lib gnu/lib  .for dir in tools tools/compat lib/csu gnu/lib/libgcc lib/libc lib gnu/lib
 do-${dir:S/\//-/}:  do-${dir:S/\//-/g}:
 .for targ in dependall install  .for targ in dependall install
         (cd ${.CURDIR}/${dir} && ${MAKE} ${targ})          (cd ${.CURDIR}/${dir} && ${MAKE} ${targ})
 .endfor  .endfor

Legend:
Removed from v.1.206  
changed lines
  Added in v.1.207

CVSweb <webmaster@jp.NetBSD.org>