Arfrever Frehtes Taifersar Arahesis added the comment:

> -     done
> +     done; \

Not needed.

> +     touch $(DESTDIR)$(LIBDEST)/lib2to3/*Grammar*.pickle || true

"-" prefix can be used to ignore failure of command:

+       -touch $(DESTDIR)$(LIBDEST)/lib2to3/*Grammar*.pickle

However maybe failure of touch should not be ignored here.

----------

_______________________________________
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