libtool-patches
[Top][All Lists]
Advanced

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

Re: Typo-like fixes


From: Robert Boehne
Subject: Re: Typo-like fixes
Date: Sat, 10 Mar 2001 13:55:56 -0600

I had a little trouble getting this patch to go until I realized
it had DOS ^M characters in it.  After stripping those out your
patch looks OK to me.  I will commit it to the MLB.

Thanks!

Robert

Peter Eisentraut wrote:
> 
> MLB only.  No problem in HEAD.
> 
> 2001-03-10  Peter Eisentraut  <address@hidden>
> 
>         * ltmain.in (clean):  Fix wrong variable use.
> 
> There were two subtle variable misuses in the clean *.lo case (compare to
> clean *.la case, which works).
> 
> Test case one is trying to delete a *.lo file with an absolute path given.
> 
> $ /bin/sh ../../../libtool --mode=clean rm -f `pwd`/fe-auth.lo
> ../../../libtool: 
> .//home/peter/devel/pgsql72/pgsql-libtool/src/interfaces/libpq/fe-auth.lo: No 
> such file or directory
> 
> (Fails because it tries './$file'.)
> 
> Test case two is trying to delete a regular *.lo and a non-libtool *.lo
> file that is the last command line argument:
> 
> $ echo > foo.lo
> $ /bin/sh ../../../libtool --mode=clean rm -f fe-exec.lo foo.lo
> rm -f fe-exec.lo
> rm -f foo.lo
> rmdir .libs
> 
> (Fails to delete the internal files because the always sources foo.lo for
> information.)
> 
> --
> Peter Eisentraut      address@hidden       http://yi.org/peter-e/
> 
>   ------------------------------------------------------------------------
>                       Name: fixvar.patch
>    fixvar.patch       Type: Plain Text (TEXT/PLAIN)
>                   Encoding: BASE64
>                Description: Patch

-- 
Robert Boehne             Software Engineer
Ricardo Software   Chicago Technical Center
TEL: (630)789-0003 x. 238
FAX: (630)789-0127
email:  address@hidden



reply via email to

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