[Scons-users] read cleaning objects

Dirk Bächle tshortik at gmx.de
Thu Mar 13 04:16:16 EDT 2014


Hi Phil,

On 13.03.2014 07:18, Philipp Kraus wrote:

> Hello,

>

> I have defined a lot of alias targets with a set of different clean calls e.g.:

> env.Clean( myalias, [ "*.xxx", "*.log" ] )

>

> How can I read the cleaning list in another target e.g.

> env.Clean( myalias2, ["*.txt"] + env.Targets["myalias"].getClean() ) ?


this looks like you're asking for how to do X, but actually need to do Y
( see http://www.catb.org/esr/faqs/smart-questions.html ).
Can you please give a little more context about what you're trying to
achieve with this?

Best regards,

Dirk



More information about the Scons-users mailing list