bug-libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Unhonoured quiet flag in install mode


From: Chris Leishman
Subject: Unhonoured quiet flag in install mode
Date: Tue, 12 Dec 2000 00:11:40 +1100
User-agent: Mutt/1.1.2i

Hi all,

I seems that libtool doesn't pass on quiet (or silent) options when calling
itself during install mode.  The spot that I noticed was the following:

--- /usr/share/libtool/ltmain.sh.orig   Sat Sep 30 03:29:01 2000
+++ /usr/share/libtool/ltmain.sh        Mon Dec 11 23:37:01 2000
@@ -3523,6 +3523,7 @@
     if test -n "$current_libdirs"; then
       # Maybe just do a dry run.
       test -n "$run" && current_libdirs=" -n$current_libdirs"
+      test "$show" = : && current_libdirs=" --quiet$current_libdirs"
       exec $SHELL $0 --finish$current_libdirs
       exit 1
     fi


Don't know if thats an appropriate fix (probably not since I've barely even
looked through the script) but it worked for me.

Regards,

Chris Leishman



reply via email to

[Prev in Thread] Current Thread [Next in Thread]