Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/Makefile,v retrieving revision 1.252 retrieving revision 1.252.2.1 diff -u -p -r1.252 -r1.252.2.1 --- src/Makefile 2008/03/18 04:24:38 1.252 +++ src/Makefile 2008/06/04 02:02:56 1.252.2.1 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.252 2008/03/18 04:24:38 lukem Exp $ +# $NetBSD: Makefile,v 1.252.2.1 2008/06/04 02:02:56 yamt Exp $ # # This is the top-level makefile for building NetBSD. For an outline of @@ -87,6 +87,7 @@ # do-lib-libc: builds and installs prerequisites from lib/libc. # do-lib: builds and installs prerequisites from lib. # do-gnu-lib: builds and installs prerequisites from gnu/lib. +# do-external-lib: builds and installs prerequisites from external/lib. # do-ld.so: builds and installs prerequisites from libexec/ld.*_so. # do-build: builds and installs the entire system. # do-x11: builds and installs X11R6 from src/x11 if ${MKX11} != "no" @@ -122,7 +123,7 @@ _SRC_TOP_OBJ_= .endfor .endif -_SUBDIR= tools lib include gnu bin games libexec sbin usr.bin +_SUBDIR= tools lib include gnu external bin games libexec sbin usr.bin _SUBDIR+= usr.sbin share rescue sys etc tests .WAIT distrib regress # @@ -205,7 +206,7 @@ BUILDTARGETS+= do-lib-csu BUILDTARGETS+= do-libgcc .endif BUILDTARGETS+= do-lib-libc -BUILDTARGETS+= do-lib do-gnu-lib +BUILDTARGETS+= do-lib do-gnu-lib do-external-lib BUILDTARGETS+= do-ld.so BUILDTARGETS+= do-build .if ${MKX11} != "no" @@ -355,7 +356,7 @@ do-${targ}: .PHONY ${targ} @true .endfor -.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 +.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 external/lib do-${dir:S/\//-/g}: .PHONY .MAKE .for targ in dependall install ${MAKEDIRTARGET} ${dir} ${targ}