Bug#430470: scons does not delete sideeffects when env.Default used

2008-06-18 Thread Luca Falavigna
tags 430470 + pending thanks This will be documented better in the next release, but you have to call Clean() for every SideEffect you create, since they are not removed automatically by SCons. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact

Bug#430470: scons does not delete sideeffects when env.Default used

2007-06-28 Thread Mark Brown
On Sun, Jun 24, 2007 at 06:29:51PM -0300, Leandro Lisboa Penz wrote: When a target file has side effects defined with env.SideEffects and same target is specified with env.Default as the target to be built, scons -c does not delete the side effects of the build. Could you please provide a

Bug#430470: scons does not delete sideeffects when env.Default used

2007-06-25 Thread Leandro Lisboa Penz
Package: scons Version: 0.97-1 Severity: normal --- Please enter the report below this line. --- When a target file has side effects defined with env.SideEffects and same target is specified with env.Default as the target to be built, scons -c does not delete the side effects of the build. ---