]> git.donarmstrong.com Git - lilypond.git/commitdiff
Use find ... | xargs rm -f instead of find ... -delete
authorMatthias Kilian <kili@outback.escape.de>
Mon, 28 Dec 2009 19:40:33 +0000 (20:40 +0100)
committerJohn Mandereau <john.mandereau@gmail.com>
Mon, 28 Dec 2009 21:04:32 +0000 (22:04 +0100)
GNUmakefile.in

index 646594374f6920daa2894d6205b84b8c3c3e5b1b..ca98bf838c0f646dbb5c4de565425cb223b7db6f 100644 (file)
@@ -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