summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/config.5
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2008-11-22 21:12:47 +0000
committerthompsa <thompsa@FreeBSD.org>2008-11-22 21:12:47 +0000
commit5318a382021b6858d3c7b227374bb63f1cee475b (patch)
treece5f36b115a6a6a932e4502c39f7ebd888e783c3 /usr.sbin/config/config.5
parent97bb9372d961b30e30ca508bac0761e50c53a8e0 (diff)
downloadFreeBSD-src-5318a382021b6858d3c7b227374bb63f1cee475b.zip
FreeBSD-src-5318a382021b6858d3c7b227374bb63f1cee475b.tar.gz
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.
Diffstat (limited to 'usr.sbin/config/config.5')
-rw-r--r--usr.sbin/config/config.54
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/config/config.5 b/usr.sbin/config/config.5
index f523b7d..cee1914 100644
--- a/usr.sbin/config/config.5
+++ b/usr.sbin/config/config.5
@@ -231,6 +231,7 @@ specifications.
Each option specification has the form
.Pp
.D1 Ar MakeVariableName Ns Op = Ns Ar Value
+.D1 Ar MakeVariableName Ns += Ns Ar Value
.Pp
and results in the appropriate
.Xr make 1
@@ -243,7 +244,8 @@ is assumed to be the empty string.
.Pp
Example:
.Bd -literal -offset indent -compact
-makeoptions MYMAKEOPTION="foobar"
+makeoptions MYMAKEOPTION="foo"
+makeoptions MYMAKEOPTION+="bar"
makeoptions MYNULLMAKEOPTION
.Ed
.\" -------- MAXUSERS --------
OpenPOWER on IntegriCloud