From: Matthias Kilian Date: Mon, 28 Dec 2009 19:40:33 +0000 (+0100) Subject: Use find ... | xargs rm -f instead of find ... -delete X-Git-Tag: release/2.13.10-1~33 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bebc8e0c11477463cf29ef14e8a1a6a96300bc24;p=lilypond.git Use find ... | xargs rm -f instead of find ... -delete --- diff --git a/GNUmakefile.in b/GNUmakefile.in index 646594374f..ca98bf838c 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -123,7 +123,7 @@ WWW-post: $(buildscript-dir)/mutopia-index -o $(outdir)/examples.html input/ find $(outdir) -name '*-root' | xargs rm -rf $(buildscript-dir)/www_post $(PACKAGE_NAME) $(TOPLEVEL_VERSION) $(outdir) "$(WEB_TARGETS)" - find $(outdir)/offline-root -type l -delete + find $(outdir)/offline-root -type l | xargs rm -f endif # ifeq ($(out),www) # For those who cannot for the life in them remember to type