libtool
[Top][All Lists]
Advanced

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

Re: libtool 1.4.2 bootstrap


From: Gary V. Vaughan
Subject: Re: libtool 1.4.2 bootstrap
Date: Tue, 11 Sep 2001 19:50:03 +0100
User-agent: Mutt/1.3.21i

On Tue, Sep 11, 2001 at 09:41:28AM +0000, address@hidden wrote:
> The bootstrap for 1.4.2 now fails.  Comparing 1.4.1 to 1.4.2 I find this 
> extra line:
> 
> find . \( -name autom4te.cache -o -name libtool \) -print | xargs rm -r
> 
> Error message is:
> 
> rm: too few arguments
> Try `rm --help' for more information.

Oops.  I'm surprised it halts the script though.  I'll commit a patch
presently.  In the meanwhile, you should change that line to:

find . \( -name autom4te.cache -o -name libtool \) -exec rm -r {} \;

Thanks for the report!

Cheers,
        Gary.
-- 
  ())_. Gary V. Vaughan     gary@(oranda.demon.co.uk|gnu.org)
  ( '/  Research Scientist  http://www.oranda.demon.co.uk       ,_())____
  / )=  GNU Hacker          http://www.gnu.org/software/libtool  \'      `&
`(_~)_  Tech' Author        http://sources.redhat.com/autobook   =`---d__/



reply via email to

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