]> git.lyx.org Git - features.git/blobdiff - development/scons/SConstruct
More bugs fixes to scons system, and finer target control.
[features.git] / development / scons / SConstruct
index 2c0a16c509c3c994bf9c40ccdbb35dcc4351b512..3e546d7c9c1f56ce93dcc546274124aa9c07ce37 100644 (file)
@@ -885,7 +885,6 @@ opts.Save('options.cache', env)
 Help(opts.GenerateHelpText(env))
 
 
-
 #----------------------------------------------------------
 # Start building
 #----------------------------------------------------------
@@ -893,6 +892,8 @@ Export('env')
 
 SConsignFile(os.path.abspath('%s/sconsign' % env['BUILDDIR']))
 
+env['BUILD_TARGETS'] = BUILD_TARGETS
+
 print "Building all targets recursively"
 
 env.SConscript('$SCONS_DIR/SConscript', duplicate = 0)