From 96e0f3bda58554f6125e824833b7399f1dcf77a1 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Thu, 3 Mar 2011 23:55:21 -0800 Subject: SCons: Clean up some inconsistent capitalization in scons options. --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index 6ed3b5422..89036c31f 100755 --- a/SConstruct +++ b/SConstruct @@ -361,7 +361,7 @@ global_vars.AddVariables( ('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), ) -- cgit v1.2.3