NetBSD/usr.bin/config
joerg 2bb600f982 Negating an integer and comparing it to 1 is a fancy way of checking for
0, which in this case would be DEVI_ORPHAN. That clearly can't be the
intention here, so switch to using != as operation without negation
instead.
2015-09-12 19:11:13 +00:00
..
Makefile put back scanner warnings now that flex produces clean code. 2014-10-29 19:10:49 +00:00
TODO Libraries should be built in sub-make. libkern is polluting .PATH too much. 2015-09-11 02:26:22 +00:00
config.1 Experimental ``suffix rules + subdirectories'' build support (-S). 2015-09-01 16:01:23 +00:00
config.5 Introduce a new syntax, "buildprefix", to specify prefix of files under kernel 2015-09-01 13:42:48 +00:00
config.samples.5
defs.h Sort files in ${ALLFILES} in the order of parsing of `files.*'. 2015-09-04 10:16:35 +00:00
files.c Fix previous. 2015-09-04 21:32:54 +00:00
gram.y Introduce a new syntax, "buildprefix", to specify prefix of files under kernel 2015-09-01 13:42:48 +00:00
hash.c - add RCSID's 2014-10-29 17:14:50 +00:00
lint.c - add RCSID's 2014-10-29 17:14:50 +00:00
main.c *.o files don't need special handling at all now. Makefile.kern.inc knows 2015-09-04 06:01:40 +00:00
mkdevsw.c After thought, revert "Generate *.c files under conf/". Generate *.c files 2015-09-03 13:53:36 +00:00
mkheaders.c After thought, revert "Generate *.c files under conf/". Generate *.c files 2015-09-03 13:53:36 +00:00
mkioconf.c After thought, revert "Generate *.c files under conf/". Generate *.c files 2015-09-03 13:53:36 +00:00
mkmakefile.c Sort files in ${ALLFILES} in the order of parsing of `files.*'. 2015-09-04 10:16:35 +00:00
mkswap.c After thought, revert "Generate *.c files under conf/". Generate *.c files 2015-09-03 13:53:36 +00:00
pack.c Negating an integer and comparing it to 1 is a fancy way of checking for 2015-09-12 19:11:13 +00:00
scan.l Sort files in ${ALLFILES} in the order of parsing of `files.*'. 2015-09-04 10:16:35 +00:00
sem.c Fix previous. 2015-08-29 07:24:49 +00:00
sem.h Use proper index types, delete casts, use correct sizeof() in allocations. 2014-11-21 20:46:56 +00:00
util.c Introduce a new syntax, "buildprefix", to specify prefix of files under kernel 2015-09-01 13:42:48 +00:00