Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Alan Barrett <apb@netbsd.org>
List: source-changes
Date: 02/05/2007 18:26:01
Module Name:	src
Committed By:	apb
Date:		Mon Feb  5 18:26:01 UTC 2007

Modified Files:
	src: build.sh
	src/distrib/sets: regpkg regpkgset sets.subr
	src/tools/gcc: mknative.common

Log Message:
Whenever we try to parse the output from make, run make with the -B
flag.  This ensures that -j<N> isn't accidentally inherited from the
environment, because the "--- foo ---" headers printed with -j<N> would
interfere with parsing the output.


To generate a diff of this commit:
cvs rdiff -r1.160 -r1.161 src/build.sh
cvs rdiff -r1.14 -r1.15 src/distrib/sets/regpkg
cvs rdiff -r1.8 -r1.9 src/distrib/sets/regpkgset
cvs rdiff -r1.55 -r1.56 src/distrib/sets/sets.subr
cvs rdiff -r1.8 -r1.9 src/tools/gcc/mknative.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.