Ned Deily added the comment:

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.

----------
nosy: +ned.deily

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23404>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to