freebsd-skq/usr.sbin/config
asomers 2ab6848d63 MFC r263429
Fix kern/187712: config(8) does not respect KERNCONFDIR.
The impact of this bug is that you cannot build a kernel if both of the
following are true:
1) The kernel config file is in a non-default location
2) The kernel config file uses the "include" statement from config(5).

usr.sbin/config/main.c
usr.sbin/config/config.8
usr.sbin/config/config.h
usr.sbin/config/lang.l
	Added a "-I path" option to config(8).  By analogy to cc(1), it adds
	an extra path in which the "include" statement will search for
	files.

Makefile.inc1
        Pass "-I ${KERNCONFDIR}" to config(8).
2014-04-10 19:51:33 +00:00
..
config.5
config.8 MFC r263429 2014-04-10 19:51:33 +00:00
config.h MFC r263429 2014-04-10 19:51:33 +00:00
config.y
configvers.h
kernconf.tmpl
lang.l MFC r263429 2014-04-10 19:51:33 +00:00
main.c MFC r263429 2014-04-10 19:51:33 +00:00
Makefile Add the Clang specific -Wmissing-variable-declarations to WARNS=6. 2013-04-19 19:45:00 +00:00
mkheaders.c
mkmakefile.c
mkoptions.c