Module Name: src Committed By: pooka Date: Fri Jul 3 22:20:27 UTC 2009
Modified Files: src: Makefile Log Message: Build modules before rump libs so that something else can be unwarrantedly blamed for a change. This commit follows the style guide and is entirely non-build-tested. To generate a diff of this commit: cvs rdiff -u -r1.271 -r1.272 src/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/Makefile diff -u src/Makefile:1.271 src/Makefile:1.272 --- src/Makefile:1.271 Sun Jun 7 22:46:12 2009 +++ src/Makefile Fri Jul 3 22:20:27 2009 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.271 2009/06/07 22:46:12 christos Exp $ +# $NetBSD: Makefile,v 1.272 2009/07/03 22:20:27 pooka Exp $ # # This is the top-level makefile for building NetBSD. For an outline of @@ -237,10 +237,10 @@ .endif BUILDTARGETS+= do-lib-libc BUILDTARGETS+= do-lib do-gnu-lib do-external-lib -BUILDTARGETS+= do-sys-rump-fs-lib do-sys-rump-net-lib .if (${MACHINE} != "evbppc") BUILDTARGETS+= do-sys-modules .endif +BUILDTARGETS+= do-sys-rump-fs-lib do-sys-rump-net-lib .if ${MKCOMPAT} != "no" BUILDTARGETS+= do-compat-lib-csu BUILDTARGETS+= do-compat-libgcc