From: Thies C. Arntzen Date: Sun, 10 Oct 1999 17:34:13 +0000 (+0000) Subject: (build.mk) fix suggested by sascha. X-Git-Tag: php-4.0b3_RC2~218 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f961f0e976cb2a8310ca92d36dfeabf176dce112;p=php (build.mk) fix suggested by sascha. --- diff --git a/build.mk b/build.mk index cdd90cf098..805d23994c 100644 --- a/build.mk +++ b/build.mk @@ -57,7 +57,7 @@ cvsclean: @for i in $(shell find . -follow -name .cvsignore); do \ (cd `dirname $$i` && rm -rf `cat .cvsignore`); \ done - @rm -f $(SUBDIRS) + @rm -f $(SUBDIRS) 2>/dev/null || true acconfig.h: $(acconfig_h_SOURCES) @echo rebuilding $@