Module Name: src Committed By: riz Date: Tue Jun 12 19:23:34 UTC 2012
Modified Files: src/usr.bin/config [netbsd-6]: defs.h mkmakefile.c Log Message: Pull up following revision(s) (requested by martin in ticket #318): usr.bin/config/defs.h: revision 1.44 usr.bin/config/mkmakefile.c: revision 1.15 If we build several kernel (variants) within the same build directory, bad things may happen in a parallel build - especially with rules like the automatic size adjustment for SYMTAB_SPACE, see long standing failure of evbarm on the build cluster. Easy fix: .WAIT for each config to complete, before going on with the next. Low impact, only minor loss of paralellism, and only in cases where needed. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.35.8.1 src/usr.bin/config/defs.h cvs rdiff -u -r1.13 -r1.13.8.1 src/usr.bin/config/mkmakefile.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.