Georg Brandl added the comment:

You're right, this can be avoided (although you will also have to patch the 
extension module build, which uses the just-built python executable).

This problem occurs twice in the build process, once for pgen and once for 
_freeze_importlib.  The problem is that the Makefile rules for the generated 
files depend on the binary (which is of course not checked in and cannot be 
touched by "make touch").

Attached patch should fix this.

----------
keywords: +patch
nosy: +benjamin.peterson, georg.brandl, pitrou
Added file: http://bugs.python.org/file36902/makefile-regen-fix.patch

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

Reply via email to