Skip to content

Instantly share code, notes, and snippets.

@ringods
Created October 5, 2010 15:01
Show Gist options
  • Save ringods/611687 to your computer and use it in GitHub Desktop.
Save ringods/611687 to your computer and use it in GitHub Desktop.
ringo@bvirtual-dev:/home/rdesmet/Documents/workspace/default/DSS-buchla-testsuite# /opt/qbase3/bin/scons --tree=all,prune,status --debug=explain --debug=stacktrace --taskmastertrace=taskmaster.log
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
scons: `.' is up to date.
E = exists
R = exists in repository only
b = implicit builder
B = explicit builder
S = side effect
P = precious
A = always build
C = current
N = no clean
H = no cache
[E b C ]+-.
[E C ] +-SConstruct
[E b C ] +-src
[E b C ] | +-src/dsstestframework
[E b C ] +-target
[E b C ] +-target/extensions
[E B C ] +-target/extensions/dsstestframework
[E b C ] +-src/dsstestframework
scons: done building targets.
environment = Environment()
environment.Install('target/extensions','src/dsstestframework')
environment.Install('/opt/qbase3/lib/pymonkey/extensions','src/dsstestframework')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment