From bebc8e0c11477463cf29ef14e8a1a6a96300bc24 Mon Sep 17 00:00:00 2001 From: Matthias Kilian Date: Mon, 28 Dec 2009 20:40:33 +0100 Subject: [PATCH] Use find ... | xargs rm -f instead of find ... -delete --- GNUmakefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5