Is there a way to control what gets printed when an action builder get called
Erik Kazandjian <[email protected]>
| Newsgroups | gmane.comp.programming.tools.scons.user |
|---|---|
| Message-ID | <CAOePwYMpLYXdAi+RhyU1wmHS5QADiFgx8b4iNdNPZRik0Z-s-w@mail.gmail.com> |
Hi I made an action builder with the following code def generate(env, **kw): env['BUILDERS']['myBuilder'] = SCons.Builder.Builder(action = muAction, emitter = myEmitter) Every time the action of that builder gets called it prints the target list and sources list. Is there way to change what gets printed Thanks Erik _______________________________________________ Scons-users mailing list [email protected] https://pairlist4.pair.net/mailman/listinfo/scons-users