commit | fe889a89d28293d8f98b2cd730efc58785ceb5d8 | [log] [tgz] |
---|---|---|
author | José Fonseca <jfonseca@vmware.com> | Sun Feb 14 15:34:39 2010 +0000 |
committer | José Fonseca <jfonseca@vmware.com> | Sun Feb 14 15:34:39 2010 +0000 |
tree | bc42591501a473234767d7652aecc5ec161551e8 | |
parent | abdcdb3db73316c5ebca88bda04b90b6659782e8 [diff] |
scons: Control caching via new SCONS_CACHE_DIR environment variable. This serves several purposes: - disable caching in situations were is it useless or undesired - share caches among all trees - simplify purging the cache (when it's a single location) - move the cache out of the tree, since that slows downs IDEs considerably To retain previous behavior just define do export SCONS_CACHE_DIR=$PWD/build/cache before invoking scons.