[issue22359] Remove incorrect uses of recursive make

Martin Panter report at bugs.python.org
Wed Jun 10 06:16:05 CEST 2015


Martin Panter added the comment:

FWIW two times recently I saw strange intermittent build errors. I use “make -j2” on Linux. The one time that I investigated was a Python module (math or cmath perhaps?) failing to build because some dependency was zero bytes, and looking through the build log, I saw duplicate compiler commands lines printed out one after the other to build that dependency.

----------
nosy: +vadmium

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22359>
_______________________________________


More information about the Python-bugs-list mailing list