]> granicus.if.org Git - php/commitdiff
Fix bug #44443 (cvsclean fails on Darwin 9)
authorGwynne Raskind <gwynne@php.net>
Mon, 17 Mar 2008 15:21:58 +0000 (15:21 +0000)
committerGwynne Raskind <gwynne@php.net>
Mon, 17 Mar 2008 15:21:58 +0000 (15:21 +0000)
build/build.mk

index 58c82422320a08f6c054f154378df5d9247e68bd..79b179c2e3e992f75a3622b5be9f49c03d636a59 100644 (file)
@@ -67,7 +67,7 @@ snapshot:
 
 cvsclean-work:
        @for i in `find . -name .cvsignore`; do \
-               (cd `dirname $$i` 2>/dev/null && rm -rf `cat .cvsignore | grep -v config.nice | sed 's/[\r\n]/ /g'` *.o *.a .libs || true); \
+               (cd `dirname $$i` 2>/dev/null && rm -rf `cat .cvsignore | grep -v config.nice | sed 's/[[:space:]]/ /g'` *.o *.a .libs || true); \
        done
 
 .PHONY: $(ALWAYS) snapshot