]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Allow multiple makeoption lines to be used with the += operator, this permits
authorthompsa <thompsa@FreeBSD.org>
Sat, 22 Nov 2008 21:12:47 +0000 (21:12 +0000)
committerthompsa <thompsa@FreeBSD.org>
Sat, 22 Nov 2008 21:12:47 +0000 (21:12 +0000)
commit5318a382021b6858d3c7b227374bb63f1cee475b
treece5f36b115a6a6a932e4502c39f7ebd888e783c3
parent97bb9372d961b30e30ca508bac0761e50c53a8e0
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.
usr.sbin/config/config.5
usr.sbin/config/config.h
usr.sbin/config/config.y
usr.sbin/config/configvers.h
usr.sbin/config/lang.l
usr.sbin/config/mkmakefile.c