1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/usr.sbin/config
Andrew Thompson 2880daeb77 Allow multiple makeoption lines to be used with the += operator, this permits
the following syntax in the kernel config.

 makeoptions MODULES_OVERRIDE=foo
 makeoptions MODULES_OVERRIDE+=bar
 makeoptions MODULES_OVERRIDE+=baz

Bump config minor version to 600007.
2008-11-22 21:12:47 +00:00
..
SMM.doc
config.5 Allow multiple makeoption lines to be used with the += operator, this permits 2008-11-22 21:12:47 +00:00
config.8
config.h Allow multiple makeoption lines to be used with the += operator, this permits 2008-11-22 21:12:47 +00:00
config.y Allow multiple makeoption lines to be used with the += operator, this permits 2008-11-22 21:12:47 +00:00
configvers.h Allow multiple makeoption lines to be used with the += operator, this permits 2008-11-22 21:12:47 +00:00
kernconf.tmpl
lang.l Allow multiple makeoption lines to be used with the += operator, this permits 2008-11-22 21:12:47 +00:00
main.c Fix a bug introduced by DEFAULTS feature. When the config file 2008-04-10 22:57:54 +00:00
Makefile Fixed "make checkdpadd" (missing library dependencies). 2007-10-01 18:15:11 +00:00
mkheaders.c
mkmakefile.c Allow multiple makeoption lines to be used with the += operator, this permits 2008-11-22 21:12:47 +00:00
mkoptions.c