This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author martin.panter
Recipients benjamin.peterson, martin.panter
Date 2016-03-17.04:32:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458189168.73.0.50981205595.issue3539@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-03-17 04:32:48martin.pantersetrecipients: + martin.panter, benjamin.peterson
2016-03-17 04:32:48martin.pantersetmessageid: <1458189168.73.0.50981205595.issue3539@psf.upfronthosting.co.za>
2016-03-17 04:32:48martin.panterlinkissue3539 messages
2016-03-17 04:32:47martin.pantercreate