lilypond-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Use find ... | xargs rm -f instead of find ... -delete


From: David Kastrup
Subject: Re: [PATCH] Use find ... | xargs rm -f instead of find ... -delete
Date: Wed, 30 Dec 2009 08:26:56 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.90 (gnu/linux)

Matthias Kilian <address@hidden> writes:

> On Tue, Dec 29, 2009 at 08:16:37AM +0100, David Kastrup wrote:
>> > -  find $(outdir)/offline-root -type l -delete
>> > +  find $(outdir)/offline-root -type l | xargs rm -f
>> >  endif # ifeq ($(out),www)
>> 
>> What's the rationale? 
>
> The `-delete' primary isn't very portable, it's a GNU extension.

Please mention this in the commit message.

-- 
David Kastrup




reply via email to

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