Arfrever Frehtes Taifersar Arahesis added the comment:

> And the touch needs to be optional because the creation of the pickles can 
> optionally fail.

If creation of pickles failed, then touch will create 1 file literally named 
"*Grammar*.pickle".

        ...
        done; \
        for i in $(DESTDIR)$(LIBDEST)/lib2to3/*Grammar*.pickle; do \
                if test -f "$$i"; then \
                        touch "$$i"; \
                fi; \
        done

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15822>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to