Message226563
The attached patch fixes issues with Python's Makefile, which manifest when doing parallel builds. The Makefile invoked "make" recursively for some targets. This caused some files (which were depended upon by multiple targets) to be built by both the original "make" and the sub-"make".
Besides duplicate work, this caused failed builds with non-threadsafe compilers.
The proposed patch removes recursive calls to "make", and instead builds all targets in the same "make" process. |
|
Date |
User |
Action |
Args |
2014-09-08 08:44:29 | Sjlver | set | recipients:
+ Sjlver |
2014-09-08 08:44:29 | Sjlver | set | messageid: <1410165869.76.0.203082844365.issue22359@psf.upfronthosting.co.za> |
2014-09-08 08:44:29 | Sjlver | link | issue22359 messages |
2014-09-08 08:44:29 | Sjlver | create | |
|