Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-4] src
Module Name: src
Committed By: bouyer
Date: Tue Mar 6 20:37:28 UTC 2007
Modified Files:
src [netbsd-4]: build.sh
src/distrib/sets [netbsd-4]: regpkg regpkgset sets.subr
src/tools/gcc [netbsd-4]: mknative.common
Log Message:
Pull up following revision(s) (requested by apb in ticket #491):
distrib/sets/regpkg: revision 1.15
tools/gcc/mknative.common: revision 1.9
distrib/sets/sets.subr: revision 1.56
distrib/sets/regpkgset: revision 1.9
build.sh: revision 1.161 via patch
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.153 -r1.153.2.1 src/build.sh
cvs rdiff -r1.14 -r1.14.4.1 src/distrib/sets/regpkg
cvs rdiff -r1.8 -r1.8.4.1 src/distrib/sets/regpkgset
cvs rdiff -r1.54 -r1.54.2.1 src/distrib/sets/sets.subr
cvs rdiff -r1.8 -r1.8.4.1 src/tools/gcc/mknative.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index