Message390801
| 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:47 | eschwartz | set | recipients: + eschwartz, vstinner |
| 2021-04-11 22:17:47 | eschwartz | set | messageid: <1618179467.5.0.363263751601.issue43282@roundup.psfhosted.org> |
| 2021-04-11 22:17:47 | eschwartz | link | issue43282 messages |
| 2021-04-11 22:17:47 | eschwartz | create | |