The attached patch adds --silent to invocations of libtool, so it doesn't echo the actual gcc ... command being executed. On its own, not so useful - but when combined with make -s, (silent), you will only see warnings output from gcc - they won't get lost in the other make output.
Can someone familiar with automake, libtool etc.. check this is sane - and portable. Thanks, -- Peter Clifton Electrical Engineering Division, Engineering Department, University of Cambridge, 9, JJ Thomson Avenue, Cambridge CB3 0FA Tel: +44 (0)7729 980173 - (No signal in the lab!)
diff --git a/libgeda/src/Makefile.am b/libgeda/src/Makefile.am index 7055073..6ae268f 100644 --- a/libgeda/src/Makefile.am +++ b/libgeda/src/Makefile.am @@ -26,6 +26,7 @@ libgeda_la_SOURCES = \ INCLUDES = -I$(top_srcdir)/include @LIBGEDA_CFLAGS@ libgeda_la_LDFLAGS = @LIBTOOL_FLAGS@ @LIBGEDA_LDFLAGS@ [EMAIL PROTECTED]@ --silent EXTRA_DIST = create_proto
_______________________________________________ geda-dev mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev
