changeset 457c24115bde in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=457c24115bde description: SCons: Clean up some inconsistent capitalization in scons options.
diffstat: SConstruct | 2 +- src/mem/protocol/SConsopts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diffs (24 lines): diff -r e4257cde2d79 -r 457c24115bde SConstruct --- a/SConstruct Thu Mar 03 23:54:31 2011 -0800 +++ b/SConstruct Thu Mar 03 23:55:21 2011 -0800 @@ -361,7 +361,7 @@ ('BATCH', 'Use batch pool for build and tests', False), ('BATCH_CMD', 'Batch pool submission command name', 'qdo'), ('M5_BUILD_CACHE', 'Cache built objects in this directory', False), - ('EXTRAS', 'Add Extra directories to the compilation', '', + ('EXTRAS', 'Add extra directories to the compilation', '', PathListAllExist, PathListMakeAbsolute), ) diff -r e4257cde2d79 -r 457c24115bde src/mem/protocol/SConsopts --- a/src/mem/protocol/SConsopts Thu Mar 03 23:54:31 2011 -0800 +++ b/src/mem/protocol/SConsopts Thu Mar 03 23:55:21 2011 -0800 @@ -50,7 +50,7 @@ 'MOESI_hammer', ] -opt = EnumVariable('PROTOCOL', 'Coherence Protocol for Ruby', 'MI_example', +opt = EnumVariable('PROTOCOL', 'Coherence protocol for Ruby', 'MI_example', all_protocols) sticky_vars.AddVariables(opt) _______________________________________________ m5-dev mailing list m5-dev@m5sim.org http://m5sim.org/mailman/listinfo/m5-dev