libtool
[Top][All Lists]
Advanced

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

Re: libtool cvs rm -f ""


From: Kevin Ryde
Subject: Re: libtool cvs rm -f ""
Date: 11 Oct 2001 09:57:18 +1000
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.5

Olly Betts <address@hidden> writes:
> 
> ## We must test each macro because it might be empty, and an empty "rm
> ## -rf" command looks disturbing.  Also, the Solaris 2.4 "rm" will
> ## return an error if there are no arguments other than "-f".

Soor, I pruned too much, the libtool case is instead something like

        rm -f "foo.o" ""

or for PIC,

        rm -f ".libs/foo.o" ""

It's the empty argument which is the problem, not no arguments as
such.

I guess the quotes support spaces in filenames, it probably works
without them.



reply via email to

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