[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.203 and 1.204

version 1.203, 2003/04/04 01:16:28 version 1.204, 2003/04/17 00:33:44
Line 63 
Line 63 
 #   includes:        installs include files.  #   includes:        installs include files.
 #   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.
 #   do-lib-libcrypt: builds and installs prerequisites from lib/libcrypt.  
 #   do-lib:          builds and installs prerequisites from lib.  #   do-lib:          builds and installs prerequisites from lib.
 #   do-gnu-lib:      builds and installs prerequisites from gnu/lib.  #   do-gnu-lib:      builds and installs prerequisites from gnu/lib.
 #   do-ld.so:        builds and installs prerequisites from libexec/ld.*_so.  #   do-ld.so:        builds and installs prerequisites from libexec/ld.*_so.
Line 165  BUILDTARGETS+= do-distrib-dirs
Line 164  BUILDTARGETS+= do-distrib-dirs
 BUILDTARGETS+=  includes  BUILDTARGETS+=  includes
 .endif  .endif
 BUILDTARGETS+=  do-tools-compat  BUILDTARGETS+=  do-tools-compat
 BUILDTARGETS+=  do-lib-csu do-lib-libc do-lib-libcrypt 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 291  do-${targ}: ${targ}
Line 290  do-${targ}: ${targ}
         @true          @true
 .endfor  .endfor
   
 .for dir in tools tools/compat lib/csu lib/libc lib/libcrypt lib gnu/lib  .for dir in tools tools/compat lib/csu lib/libc lib gnu/lib
 do-${dir:S/\//-/}:  do-${dir:S/\//-/}:
 .for targ in dependall install  .for targ in dependall install
         (cd ${.CURDIR}/${dir} && ${MAKE} ${targ})          (cd ${.CURDIR}/${dir} && ${MAKE} ${targ})

Legend:
Removed from v.1.203  
changed lines
  Added in v.1.204

CVSweb <webmaster@jp.NetBSD.org>