Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jan 2009 02:45:00 +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:  <200901120245.n0C2jAPb012343@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
thompsa     2009-01-12 02:45:00 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    usr.sbin/config      config.5 config.h config.y configvers.h 
                         lang.l mkmakefile.c 
  Log:
  SVN rev 187075 on 2009-01-12 02:45:00Z by thompsa
  
  MFC r185186
  
   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.10.2.1  +3 -1      src/usr.sbin/config/config.5
  1.62.2.1  +1 -0      src/usr.sbin/config/config.h
  1.78.2.2  +19 -10    src/usr.sbin/config/config.y
  1.45.2.1  +1 -1      src/usr.sbin/config/configvers.h
  1.45.2.2  +1 -0      src/usr.sbin/config/lang.l
  1.91.2.2  +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?200901120245.n0C2jAPb012343>