[Scons-users] Is there a way to control what gets printed when an action builder get called

Erik Kazandjian erik.kazandjian at gmail.com
Tue Jun 23 10:40:19 EDT 2020


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist4.pair.net/pipermail/scons-users/attachments/20200623/902bd1bb/attachment.html>


More information about the Scons-users mailing list