These changes tighten up rules for exporting options.
authorGreg Watson <jarrah@users.sourceforge.net>
Tue, 23 Mar 2004 17:37:02 +0000 (17:37 +0000)
committerGreg Watson <jarrah@users.sourceforge.net>
Tue, 23 Mar 2004 17:37:02 +0000 (17:37 +0000)
commit4f8311ae58ee66ce7ba774bf95894612d92f748d
tree32c225fae2cc5070abd1b3fc1a6c791530491d38
parent17350f1391d8cf0b30d5cf3583470d0ff786bc9d
These changes tighten up rules for exporting options.

1. Exportable options ('export used') used to be exported if referred to in
   a 'uses' statement. These options will now only be exported if the
   option is set, or the default value is changed.

2. Options marked as 'export always' with no default value ('default none')
   used to generate defines with no values 'export k8:='. This behavior
   has changed so that the option will ONLY be exported if it has a value
   assigned using 'set' or 'default'. Otherwise it is an error.

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1467 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
util/newconfig/config.g