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 eric.araujo
Recipients BreamoreBoy, eric.araujo, rpetrov, sdirector, tarek
Date 2010-09-20.23:11:33
SpamBayes Score 5.441653e-05
Marked as misclassified No
Message-id <1285024295.45.0.534170457506.issue1887@psf.upfronthosting.co.za>
In-reply-to
Content
Let me add that distutils very much wants you to run the setup script from its parent directory, contrary to autotools which can run from another directory, so it could be that other parts than build* commands are affected.

That said, specifying the target build dir is supported; in other words, don’t run “../setup.py build --src-dir=..” but try “./setup.py build --build-dir some/where”.

I still have to do a bit of research about make distclean.  Some options like build_ext.inplace are not affected by build-dir, so distclean is not as easy as “rm -rf $build_dir”.
History
Date User Action Args
2010-09-20 23:11:35eric.araujosetrecipients: + eric.araujo, sdirector, tarek, rpetrov, BreamoreBoy
2010-09-20 23:11:35eric.araujosetmessageid: <1285024295.45.0.534170457506.issue1887@psf.upfronthosting.co.za>
2010-09-20 23:11:34eric.araujolinkissue1887 messages
2010-09-20 23:11:33eric.araujocreate