Code: Select all
# I don't see any reason to make this configurable --tvo.
# Note that commenting out / setting this to `None' will break the buildsystem.
env['builddir'] = 'build'
i am just starting to learn git, but as i understand it, it would now make sense to make builddir configurable. so far, with SVN, i always had a spring_current and a spring_caiinterface working dir on my computer.
with git, i would only need a spring local repository and once checkout master and then again caiinterface. but when i build the master with scons, and then checkout caiinterface and build that, it will use the same builddir, right?
so would it not make sense now to have builddir configurable within scons aswell?