]> git.tdb.fi Git - builder.git/commit
Improvements for handling side effects
authorMikko Rasa <tdb@tdb.fi>
Thu, 9 May 2013 07:12:52 +0000 (10:12 +0300)
committerMikko Rasa <tdb@tdb.fi>
Thu, 9 May 2013 07:12:52 +0000 (10:12 +0300)
commitc194bac9d508999c046a1f56c80b9419f77a8590
tree084987f79ff69bcf87453d8e716b95f4a3e48c62
parent36508cbdaa8cd45cdd5fc67eee763ad44e31a164
Improvements for handling side effects

Propagate rebuild from side effects to the primary target.  This can
happen if the side effect does not exist for whatever reason.  As an
additional safeguard, redirect any build attempts on side effects to
the primary target.
source/filetarget.cpp
source/target.cpp