This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author martin.panter
Recipients berker.peksag, brett.cannon, ezio.melotti, josh.r, martin.panter, ned.deily, python-dev, vlee, willingc
Date 2016-09-09.08:09:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473408550.97.0.835948768474.issue23404@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2016-09-09 08:09:11martin.pantersetrecipients: + martin.panter, brett.cannon, ned.deily, ezio.melotti, python-dev, berker.peksag, willingc, josh.r, vlee
2016-09-09 08:09:10martin.pantersetmessageid: <1473408550.97.0.835948768474.issue23404@psf.upfronthosting.co.za>
2016-09-09 08:09:10martin.panterlinkissue23404 messages
2016-09-09 08:09:10martin.pantercreate