]> granicus.if.org Git - php/commitdiff
(build.mk) fix suggested by sascha.
authorThies C. Arntzen <thies@php.net>
Sun, 10 Oct 1999 17:34:13 +0000 (17:34 +0000)
committerThies C. Arntzen <thies@php.net>
Sun, 10 Oct 1999 17:34:13 +0000 (17:34 +0000)
build.mk

index cdd90cf098215e0cf25d1f767537a25036501dfc..805d23994c1c22a6284ecc99fd0a794d61dc7b60 100644 (file)
--- 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 $@