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 vstinner
Recipients loewis, neologix, pitrou, python-dev, rpetrov, vstinner
Date 2011-10-12.22:01:35
SpamBayes Score 8.6726626e-11
Marked as misclassified No
Message-id <1318456895.85.0.00406079048786.issue13157@psf.upfronthosting.co.za>
In-reply-to
Content
> Which is platform with broken VPATH support and/or make ?

Well, my commit is maybe useless...

I tried to have two builds at the same time:

- debug in Python source code (e.g. ~/python)
- release in a subdirectory in the Python source code (e.g. ~/python/release)

If I compile in debug mode before building in release mode, the build of the release mode fails because make finds some objects in source tree (and so think that it doesn't need to build them).

I tried to avoid completly VPATH to support this use case, but I'm not sure that it is possible (at least, it doesn't work: it fails to build pgen in the release).
History
Date User Action Args
2011-10-12 22:01:35vstinnersetrecipients: + vstinner, loewis, pitrou, rpetrov, neologix, python-dev
2011-10-12 22:01:35vstinnersetmessageid: <1318456895.85.0.00406079048786.issue13157@psf.upfronthosting.co.za>
2011-10-12 22:01:35vstinnerlinkissue13157 messages
2011-10-12 22:01:35vstinnercreate