make Command Builder not print command

Daniel Moody <[email protected]>
Newsgroups gmane.comp.programming.tools.scons.user
Message-ID <CANws3JRa6w3SH=CBOP7tZQnOsMLuRUsqcYn9kdYhfkaE9tzB9A@mail.gmail.com>
How can I make a Command() that doesn't print the command, or print my own
string instead? I don't want to use silent or -Q because I only want this
command to be printed.

For example

env = Environment()
env.Command('file.out', 'file.in', 'cat $SOURCE > $TARGET')

results in:

scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
cat file.in > file.out
scons: done building targets.

I just want:

scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
scons: done building targets.

_______________________________________________
Scons-users mailing list
[email protected]
https://pairlist4.pair.net/mailman/listinfo/scons-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.