Olly Betts <[EMAIL PROTECTED]> 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.
_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool