[Scons-users] alias clean

Kraus Philipp philipp.kraus at flashpixx.de
Sun Oct 28 06:07:16 EDT 2012



Am 27.10.2012 um 22:19 schrieb William Deegan:


>

> On Oct 27, 2012, at 8:00 AM, Kraus Philipp <philipp.kraus at flashpixx.de> wrote:

>

>> Hello,

>>

>> I have defined different aliases. If run "scons myalias" the target is build and I can clean it with "scons myalias -c".

>> On "scons -c" all aliases are not touched. How can I run each "alias clean actions" on the main -c run like a "recursiv clean up" ?

>

> So with "scons" it doesn't build those alias's products?

> (with no arguments?)

>

> Are they outside the build tree? Or otherwise not added to the graph if the alias is not invoked?


I have defined in subscript different alias' like
env.Alias("sublib" .....)

The I can clean the alias with "scons sublib -c", works well, but I would like to create a "scons cleanall" for cleaning all aliases.

Phil


More information about the Scons-users mailing list