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

Martin Panter report at bugs.python.org
Fri Sep 9 04:09:10 EDT 2016


Martin Panter added the comment:

Perhaps you can use “make -t <file>” instead of “make touch”. If you know the filename you want to avoid regenerating, that would not need any extra tools, no Mercurial or Git or any other version control. E.g.:

make -t Include/Python-ast.h

----------
nosy: +martin.panter

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


More information about the Python-bugs-list mailing list