[issue22359] Remove incorrect uses of recursive make

Xavier de Gaye report at bugs.python.org
Mon Mar 14 15:24:42 EDT 2016


Xavier de Gaye added the comment:

This patch improves changeset c2a53aa27cad by allowing cross-compilation:

The following checks have been made:
  * successfull cross-compilation of python3.4 after retrofiting changeset
    c2a53aa27cad to python3.4 since I don't have a working cross-compilation
    setup for python3.6 at the moment
  * successfull native compilation of python3.6 (default branch)
  * Python/graminit.c is re-generated after touching Parser/pgenmain.c on a
    native build

----------
nosy: +xdegaye
Added file: http://bugs.python.org/file42164/cross-chgeset-c2a53aa27cad.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22359>
_______________________________________


More information about the Python-bugs-list mailing list