After some additional discussion, the original change to update_ref has been modified, extended, and checked in. The following scons build variables have been turned into scons command line options:
default => --default IGNORE_STYLE => --ignore-style update_ref => --update-ref VERBOSE => --verbose The rule is now supposed to be that all options that apply only for that invocation of scons are implemented as command line options, and all others (which were called "sticky" before) are implemented as scons variables. Command line options are lower case and use dashes, and SCons variables are upper case and use underscores. If you find something that doesn't follow this rule, please let us know. Gabe _______________________________________________ m5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/m5-users
