More bugs fixes to scons system, and finer target control.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13834 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Bo Peng 2006-05-11 17:20:25 +00:00
parent 93adc6658e
commit e1a132eda7
2 changed files with 567 additions and 518 deletions

File diff suppressed because it is too large Load Diff

View 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)