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 doko
Recipients doko
Date 2012-03-15.17:07:22
SpamBayes Score 1.8082653e-07
Marked as misclassified No
Message-id <1331831244.15.0.8026915878.issue14321@psf.upfronthosting.co.za>
In-reply-to
Content
For a cross build, make tries to run pgen built for the host machine, not the build machine. However it is not necessary to run pgen at all if all the files are up to date. This change implements it.

The release script (if something like this exists) should make sure that the time stamps are correct, and then pgen isn't even built for a native build.

reviewed by MvL
History
Date User Action Args
2012-03-15 17:07:24dokosetrecipients: + doko
2012-03-15 17:07:24dokosetmessageid: <1331831244.15.0.8026915878.issue14321@psf.upfronthosting.co.za>
2012-03-15 17:07:23dokolinkissue14321 messages
2012-03-15 17:07:23dokocreate