lilypond-devel
[Top][All Lists]
Advanced

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

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


From: Matthias Kilian
Subject: [PATCH] Use find ... | xargs rm -f instead of find ... -delete
Date: Mon, 28 Dec 2009 20:40:33 +0100

---
 GNUmakefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/GNUmakefile.in b/GNUmakefile.in
index 6574e65..6c2c54f 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
-- 
1.6.5.7





reply via email to

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