config(8), include, and INCLUDE_CONFIG_FILE



Dear colleagues,

Since "include" statement has been invented in config(8), option
INCLUDE_CONFIG_FILE is broken, as it's embedding only highest level config file
into the kernel.

I looked through the sources, but it seems fixing this is not very easy. The
most natural way for me seems tracking all config while lex/yacc parsing into
memory buffer, as configfile() is invoked after full config parse.

Any thoughts?

Sincerely,
D.Marck [DM5020, MCK-RIPE, DM3-RIPN]
------------------------------------------------------------------------
*** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@xxxxxxxx ***
------------------------------------------------------------------------
_______________________________________________
freebsd-hackers@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@xxxxxxxxxxx"



Relevant Pages