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 loewis
Recipients Arfrever, benjamin.peterson, brett.cannon, eric.smith, eric.snow, loewis, meador.inge, ncoghlan, pitrou
Date 2012-06-17.09:56:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <4FDDA9D2.8070101@v.loewis.de>
In-reply-to <1339926402.3369.2.camel@localhost.localdomain>
Content
> Yes indeed. That's not deliberate, but because of how Makefile
> dependencies are specified (importlib.h needs the _freeze_importlib
> executable to be rebuilt, but it should really depend on the
> _freeze_importlib.c timestamp). Do you have an idea to avoid that?

Recursive make invocation may help. Before running _freeze_importlib,
add '$(MAKE) _freeze_importlib'.
History
Date User Action Args
2012-06-17 09:56:38loewissetrecipients: + loewis, brett.cannon, ncoghlan, pitrou, eric.smith, benjamin.peterson, Arfrever, meador.inge, eric.snow
2012-06-17 09:56:37loewislinkissue14928 messages
2012-06-17 09:56:36loewiscreate