Martin Panter added the comment:

The fault still exists for me with the pgen objects. The makefile has changed a 
few times about automatically compiling pgen (Issue 22359) or not (Issue 
14321), so it would depend which version is tested.

I’m not an expert on VPATH, but it seems like it would be a awkward working 
around this problem (e.g. adding absolute paths do all the object file names or 
something). I propose to just close this. Issue 1613 added a note to the Python 
2 README, and Python 3’s README says:

[Building from a subdirectory] will fail if you *also* built at the top-level 
directory. You should do a "make clean" at the toplevel first.

----------
nosy: +martin.panter

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue3539>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to