Fix bug #44443 (cvsclean fails on Darwin 9)

This commit is contained in:
Gwynne Raskind 2008-03-17 15:21:58 +00:00
parent be6f9c2bb5
commit c9fb0a42fa

View file

@ -67,7 +67,7 @@ snapshot:
cvsclean-work: cvsclean-work:
@for i in `find . -name .cvsignore`; do \ @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 done
.PHONY: $(ALWAYS) snapshot .PHONY: $(ALWAYS) snapshot