PATCH -- quiet libtool builds


Subject: PATCH -- quiet libtool builds
From: Paul Rohr (paul@abisource.com)
Date: Thu Feb 15 2001 - 19:01:19 CST


FYI. As strong as my preference for silent libtool builds is, I decided not
to just go ahead and commit the following hack for three reasons:

1. The upstream maintainers might not want it.
2. Frodo's stuff uses automake, which would clobber this.
3. This probably should be an option which defaults to off.

Still, I find it quite useful for isolating those pesky signed/unsigned
warnings. Feel free to use, improve, commit, and/or ignore as you see fit.
:-)

Enjoy!

Paul

Index: expat/lib/Makefile.in
===================================================================
RCS file: /cvsroot/expat/lib/Makefile.in,v
retrieving revision 1.2
diff -u -r1.2 Makefile.in
--- expat/lib/Makefile.in 2001/02/07 04:48:34 1.2
+++ expat/lib/Makefile.in 2001/02/15 23:51:21
@@ -56,7 +56,8 @@
 AS = @AS@
 CC = @CC@
 DLLTOOL = @DLLTOOL@
-LIBTOOL = @LIBTOOL@
+noisy_LIBTOOL = @LIBTOOL@
+LIBTOOL = @$(noisy_LIBTOOL) --silent
 LN_S = @LN_S@
 OBJDUMP = @OBJDUMP@
 PACKAGE = @PACKAGE@
Index: psiconv/compat/Makefile.in
===================================================================
RCS file: /cvsroot/psiconv/compat/Makefile.in,v
retrieving revision 1.5
diff -u -r1.5 Makefile.in
--- psiconv/compat/Makefile.in 2001/02/15 01:48:42 1.5
+++ psiconv/compat/Makefile.in 2001/02/16 00:00:53
@@ -65,7 +65,8 @@
 INT_16_BIT = @INT_16_BIT@
 INT_32_BIT = @INT_32_BIT@
 INT_8_BIT = @INT_8_BIT@
-LIBTOOL = @LIBTOOL@
+noisy_LIBTOOL = @LIBTOOL@
+LIBTOOL = @$(noisy_LIBTOOL) --silent
 LN_S = @LN_S@
 MAKEINFO = @MAKEINFO@
 OBJDUMP = @OBJDUMP@
Index: psiconv/Makefile.in
===================================================================
RCS file: /cvsroot/psiconv/psiconv/Makefile.in,v
retrieving revision 1.4
diff -u -r1.4 Makefile.in
--- psiconv/psiconv/Makefile.in 2001/02/15 01:48:43 1.4
+++ psiconv/psiconv/Makefile.in 2001/02/16 00:00:55
@@ -65,7 +65,8 @@
 INT_16_BIT = @INT_16_BIT@
 INT_32_BIT = @INT_32_BIT@
 INT_8_BIT = @INT_8_BIT@
-LIBTOOL = @LIBTOOL@
+noisy_LIBTOOL = @LIBTOOL@
+LIBTOOL = @$(noisy_LIBTOOL) --silent
 LN_S = @LN_S@
 MAKEINFO = @MAKEINFO@
 OBJDUMP = @OBJDUMP@



This archive was generated by hypermail 2b25 : Thu Feb 15 2001 - 18:53:43 CST