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 eschwartz
Recipients eschwartz, vstinner
Date 2021-04-11.22:17:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618179467.5.0.363263751601.issue43282@roundup.psfhosted.org>
In-reply-to
Content
I started to look into this, but it seems like I'd need a bit of duplication to handle byte compiling the installed files in two different Makefile targets.

The alternatives are templating, automake style, or GNU make'isms like the $(call) function, or possibly running `$(MAKE) bytecompile` to do all byte-compilation in a shareable submake. Do any of these sound good? Any other thoughts?
History
Date User Action Args
2021-04-11 22:17:47eschwartzsetrecipients: + eschwartz, vstinner
2021-04-11 22:17:47eschwartzsetmessageid: <1618179467.5.0.363263751601.issue43282@roundup.psfhosted.org>
2021-04-11 22:17:47eschwartzlinkissue43282 messages
2021-04-11 22:17:47eschwartzcreate