libtool-patches
[Top][All Lists]
Advanced

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

Re: PATCH: pointless code removal


From: Robert Boehne
Subject: Re: PATCH: pointless code removal
Date: Thu, 14 Mar 2002 15:42:35 -0600

Bruce:

I found a few things to improve on.  These are pretty
minor changes that fix an obvious problem, so I'm
going to take the liberty of checking them in asap.

Thanks!

2002-03-14  Robert Boehne  <address@hidden>

        ltmain.in: Touch-up to make testsuite pass, and default tagname
        to CC when it isn't explicitly set.


-- 
Robert Boehne             Software Engineer
Ricardo Software   Chicago Technical Center
TEL: (630)789-0003 x. 238
FAX: (630)789-0127
email:  address@hidden
? install-sh
? mkinstalldirs
? missing
? INSTALL
? COPYING
? gcj.patch
? fixups.patch
? demo/hell_static
? depdemo/depdemo_static
? libltdl/config-h.in
? mdemo/mdemo_static
Index: ltmain.in
===================================================================
RCS file: /cvsroot/libtool/libtool/ltmain.in,v
retrieving revision 1.289
diff -u -r1.289 ltmain.in
--- ltmain.in   12 Mar 2002 02:30:33 -0000      1.289
+++ ltmain.in   14 Mar 2002 21:35:01 -0000
@@ -105,6 +105,9 @@
 lo2o="s/\\.lo\$/.${objext}/"
 o2lo="s/\\.${objext}\$/.lo/"
 
+# set the tag name so that it defaults to CC
+tagname="CC"
+
 # Parse our command line options once, thoroughly.
 while test "$#" -gt 0
 do
@@ -324,7 +327,8 @@
     do
       case "$arg_mode" in
       arg  )
-       lastarg="$arg"  # do not "continue".  Instead, add this to base_compile
+       # do not "continue".  Instead, add this to base_compile
+       lastarg="$arg"
        arg_mode=normal
        ;;
 

reply via email to

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