mirror of
https://github.com/php/php-src.git
synced 2025-08-17 14:38:49 +02:00
Fix bug #44443 (cvsclean fails on Darwin 9)
This commit is contained in:
parent
be6f9c2bb5
commit
c9fb0a42fa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue