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 ned.deily
Recipients josh.r, ned.deily, vlee
Date 2015-02-07.03:21:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423279287.76.0.0331626135629.issue23404@psf.upfronthosting.co.za>
In-reply-to
Content
Try using "make touch" before "make".  Because hg does not preserve precise time stamps when creating working directories, some build steps are run unnecessarily after an initial checkout.  'make touch' updates the file time stamps so that these steps are skipped and a "bootstrap" Python is not needed.
History
Date User Action Args
2015-02-07 03:21:27ned.deilysetrecipients: + ned.deily, josh.r, vlee
2015-02-07 03:21:27ned.deilysetmessageid: <1423279287.76.0.0331626135629.issue23404@psf.upfronthosting.co.za>
2015-02-07 03:21:27ned.deilylinkissue23404 messages
2015-02-07 03:21:27ned.deilycreate