mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
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:
parent
93adc6658e
commit
e1a132eda7
File diff suppressed because it is too large
Load Diff
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user