[Scons-users] read cleaning objects

Philipp Kraus philipp.kraus at tu-clausthal.de
Thu Mar 13 02:18:47 EDT 2014


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() ) ?

Thanks

Phil


More information about the Scons-users mailing list