From 4977d8b58ffe72fe679767d44b166bf909fdc3c1 Mon Sep 17 00:00:00 2001 From: Steve Reinhardt Date: Mon, 7 Jun 2010 12:19:59 -0400 Subject: scons: make RUBY a regular (non-global) sticky var and force it to True for builds that imply Ruby protocols (else unexpected things happen when testing these builds with RUBY=False). --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index 55cf71876..275a3c5d5 100644 --- a/SConstruct +++ b/SConstruct @@ -314,7 +314,6 @@ global_sticky_vars.AddVariables( ('BATCH_CMD', 'Batch pool submission command name', 'qdo'), ('EXTRAS', 'Add Extra directories to the compilation', '', PathListAllExist, PathListMakeAbsolute), - BoolVariable('RUBY', 'Build with Ruby', False), ) # base help text @@ -688,6 +687,7 @@ sticky_vars.AddVariables( BoolVariable('USE_FENV', 'Use IEEE mode control', have_fenv), BoolVariable('USE_CHECKER', 'Use checker for detailed CPU models', False), BoolVariable('CP_ANNOTATE', 'Enable critical path annotation capability', False), + BoolVariable('RUBY', 'Build with Ruby', False), ) nonsticky_vars.AddVariables( -- cgit v1.2.3