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 ronaldoussoren
Recipients db3l, ned.deily, pitrou, ronaldoussoren
Date 2011-03-13.22:16:03
SpamBayes Score 7.4847017e-06
Marked as misclassified No
Message-id <1300054564.05.0.990691277793.issue11487@psf.upfronthosting.co.za>
In-reply-to
Content
I noticed this myself as well when building a fresh checkout, without build_installer.py. 

This is because the header file and input grammar have the same timestamp, and which forces the rebuild.

That causes problems on OSX when you build with a different deployment target than the one used to build the python command on $PATH. 

I'm not familiar enough with mercurial to know if there is a way to ensure that the header file has a new timestamp when checking in an updated grammer (IIRC you could do this with SVN by first checking in the grammar file and then the generated files).

I'm +O on updating build_framework.py, it should be safe enough as developers should be carefull enough when updating the grammar file.
History
Date User Action Args
2011-03-13 22:16:04ronaldoussorensetrecipients: + ronaldoussoren, db3l, pitrou, ned.deily
2011-03-13 22:16:04ronaldoussorensetmessageid: <1300054564.05.0.990691277793.issue11487@psf.upfronthosting.co.za>
2011-03-13 22:16:03ronaldoussorenlinkissue11487 messages
2011-03-13 22:16:03ronaldoussorencreate