[Lldb-commits] [lldb] r203253 - Fix test 'make clean' target for empty $(DSYM) on FreeBSD

Ed Maste emaste at freebsd.org
Fri Mar 7 10:11:35 PST 2014


On 7 March 2014 13:01, Todd Fiala <tfiala at google.com> wrote:
>
> Ah I see, ok.
>
> It might be worth taking a pass at the makefiles at some point and converting the direct rm usage to $(RM), but I wouldn't worry about it now.  Only if it it would have fixed the issue on FreeBSD.

Ah, applying "-r" only to the cases that actually need to remove
directories would solve it too.  I gave 'rm -f file1 "" file2' as a
failing example but that does work; it's only w/ -r that an empty
argument caused a failure (now fixed in FreeBSD head).

Anyway, I'm here now so might as well fix up this instance.



More information about the lldb-commits mailing list