On Mon, 21 Sep 2009 15:59:01 +0800 Chow Loong Jin <[email protected]> wrote:
> On Saturday 19,September,2009 01:09 AM, Eugene Arshinov wrote: > > Hi all. > > > > I have a little insignificant question related to make and > > autotools. When I compile some little programs, I usually use `make > > --quiet', so that `make' does not print executed commands, and it > > is easy to see compiler messages. Unfortunately, when building > > geany-plugins with `make --quiet', I still see "libtool: > > compile: ..." and "libtool: link: ..." messages (see example in > > citation below). Can I make libtool quiet too? > > > > Best regards, > > Eugene. > > I've just committed a change that turns on AM_SILENT_RULES if it is > supported by your automake. Just svn update and call autogen.sh. If > that doesn't suit your tastes, you can try something like `make -s > LIBTOOLFLAGS=--silent` which should shut libtool up for good. > > -- > Kind regards, > Chow Loong Jin > AM_SILENT_RULES seems to be unavailable in my automake 1.10. Version with LIBTOOLFLAGS looks fine, thanks. Best regards, Eugene. _______________________________________________ Geany-devel mailing list [email protected] http://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel
