[issue28487] missing _math.o target in 2.7 Makefile

Zachary Ware report at bugs.python.org
Thu Oct 20 11:19:31 EDT 2016


Zachary Ware added the comment:

Your HG setup sounds fine, though you may be interested in the 'share' extension.  It allows you to share the data store between several checkouts such that doing a 'pull' in one checkout makes any new changesets available in all checkouts without having to do additional local pulls.

This is a strange issue, though.  The make target for _math.o is here: https://hg.python.org/cpython/file/2.7/Makefile.pre.in#l533 and the 'sharedmods' target depends on it just below there, and it builds fine for me.

What does 'hg summary' give you?

----------
nosy: +zach.ware

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


More information about the Python-bugs-list mailing list