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
..
Makefile
config.1
config.5
config.samples.5
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
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
pack.c
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