Hi Thomas, * Roesner Thomas wrote on Fri, Sep 30, 2005 at 02:23:31PM CEST: > > Can anybody tell me how to prevent the output of libtool while make is > running? > > I already put the --silent option for libtool in the Makefile.am, but I > had no effort. Redirecting the output via >/dev/null is not suitable for > the users.
Why? > IMHO I need to put an @ in front of an command within the Makefile, if I > want to suppress the output, and I've done so in a generated Makefile > and it worked, but I think, that it is not the best way to change the > generated Makefile`s Currently >/dev/null is the best bet. Implementing --quiet --quiet (which will then be _really_ quiet) is on our TODO list. If you have a working patch, send mail to the libtool-patches list. :-) Cheers, Ralf