[issue23404] 'make touch' does not work with git clones of the source repository

Ned Deily report at bugs.python.org
Sat Feb 7 07:34:43 CET 2015


Ned Deily added the comment:

Unfortunately, those syntax differences aren't the only problems you could run into so making these syntax changes isn't really a general solution, IMO. 'make touch' is the documented and supported way to ensure that the unnecessary build steps are not run.  But, as you discovered, 'make touch' only works with an hg copy of the repo; it was not designed for git clones.  To fully support git clones, there would need to be a git equivalent of the hg scripts called by 'make touch'.  This would be a worthwhile project for someone interested in git support to work on and would be considered for inclusion in the repo.

----------
components: +Devguide
nosy: +ezio.melotti
resolution: not a bug -> 
stage: resolved -> needs patch
title: Python 3.5 does not build with Python 2.6. -> 'make touch' does not work with git clones of the source repository
type: compile error -> 

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


More information about the Python-bugs-list mailing list