Date: Sat, 22 Nov 2008 21:12:47 +0000 (UTC) From: Andrew Thompson <thompsa@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/usr.sbin/config config.5 config.h config.y configvers.h lang.l mkmakefile.c Message-ID: <200811222116.mAMLG7IE099065@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
thompsa 2008-11-22 21:12:47 UTC FreeBSD src repository Modified files: usr.sbin/config config.5 config.h config.y configvers.h lang.l mkmakefile.c Log: SVN rev 185186 on 2008-11-22 21:12:47Z by thompsa 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. Revision Changes Path 1.11 +3 -1 src/usr.sbin/config/config.5 1.63 +1 -0 src/usr.sbin/config/config.h 1.81 +19 -11 src/usr.sbin/config/config.y 1.46 +1 -1 src/usr.sbin/config/configvers.h 1.47 +1 -0 src/usr.sbin/config/lang.l 1.95 +7 -3 src/usr.sbin/config/mkmakefile.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811222116.mAMLG7IE099065>