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 belopolsky
Recipients belopolsky, dmalcolm, doko, pitrou
Date 2010-09-15.15:24:43
SpamBayes Score 4.6118334e-05
Marked as misclassified No
Message-id <1284564285.98.0.93072402726.issue9860@psf.upfronthosting.co.za>
In-reply-to
Content
It turns out that make only gets confused when target files (Parser/pgenmain.o etc.) exist in the source directory.  Thus an obvious workaround is to build all versions in alternative directories or delete object files from source tree before alternative builds.

This is still fragile and does not explain why for some targets, VPATH candidates are ignored and for some are not.
History
Date User Action Args
2010-09-15 15:24:46belopolskysetrecipients: + belopolsky, doko, pitrou, dmalcolm
2010-09-15 15:24:45belopolskysetmessageid: <1284564285.98.0.93072402726.issue9860@psf.upfronthosting.co.za>
2010-09-15 15:24:43belopolskylinkissue9860 messages
2010-09-15 15:24:43belopolskycreate