NetBSD/usr.bin/config
martin fcbf6c86a2 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.
2012-06-08 08:56:45 +00:00
..
config.1 New sentence, new line. 2009-08-31 07:45:24 +00:00
config.5 Remove fs_foo.h support from deffs now that nothing uses it. 2010-03-03 13:53:22 +00:00
config.samples.5 Convert TNF licenses to new 2 clause variant 2008-04-30 13:10:46 +00:00
defs.h If we build several kernel (variants) within the same build directory, bad 2012-06-08 08:56:45 +00:00
files.c Create a struct condexpr type to hold condition expressions, instead 2012-03-11 08:21:53 +00:00
gram.y Give option definitions their own data structure instead of using nvlists. 2012-03-12 02:58:55 +00:00
hash.c Give option definitions their own data structure instead of using nvlists. 2012-03-12 02:58:55 +00:00
lint.c Use C89 function definitions 2012-03-20 20:34:57 +00:00
main.c Give option definitions their own data structure instead of using nvlists. 2012-03-12 02:58:55 +00:00
Makefile Using ${NETBSDSRCDIR} requires <bsd.own.mk> 2007-05-13 20:22:45 +00:00
mkdevsw.c Emit compatible struct devsw_conv when version is older than 20100430. 2010-07-30 16:23:49 +00:00
mkheaders.c Give option definitions their own data structure instead of using nvlists. 2012-03-12 02:58:55 +00:00
mkioconf.c Move locator lists to their own data structure. This can use more tidying; 2012-03-11 21:16:07 +00:00
mkmakefile.c If we build several kernel (variants) within the same build directory, bad 2012-06-08 08:56:45 +00:00
mkswap.c Change major()/minor() to return 32-bit types again, called 2009-01-20 18:20:47 +00:00
pack.c Add a highly experimental pseudo-root feature to be used in conjuction 2010-03-08 10:19:14 +00:00
scan.l Use C89 function definitions 2012-03-20 20:34:57 +00:00
sem.c Move locator lists to their own data structure. This can use more tidying; 2012-03-11 21:16:07 +00:00
sem.h Move locator lists to their own data structure. This can use more tidying; 2012-03-11 21:16:07 +00:00
util.c Give option definitions their own data structure instead of using nvlists. 2012-03-12 02:58:55 +00:00