Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Sep 2010 18:26:34 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.sbin/config config.y
Message-ID:  <201009131826.o8DIQpsF010338@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
emaste      2010-09-13 18:26:34 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/config      config.y 
  Log:
  SVN rev 212570 on 2010-09-13 18:26:34Z by emaste
  
  Allow a kernel config to specify a set but empty value via
  'makeoptions OPTION=' for consistency with the make commandline.
  
  Previously 'makeoptions WERROR=' would result in a syntax error; now
  it produces the same effect as 'makeoptions WERROR'.  Both forms now
  result in 'WERROR=' in the generated Makefile.
  
  Revision  Changes    Path
  1.84      +1 -0      src/usr.sbin/config/config.y



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009131826.o8DIQpsF010338>