Skip to content

Commit

Permalink
MFH: Fix bug #44443 (cvsclean fails on Darwin 9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gwynne Raskind committed Mar 17, 2008
1 parent 0ee45c4 commit bcc6360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bcc6360

Please sign in to comment.