[issue15819] Unable to build Python out-of-tree when source tree is readonly.

Martin v. Löwis report at bugs.python.org
Thu Aug 30 08:59:28 CEST 2012


Martin v. Löwis added the comment:

Instead of using "mkdir -p", it should use $(MKDIR_P) (which actually isn't normally "mkdir -p" :-) Other than that, the patch looks fine.

----------
nosy: +loewis

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15819>
_______________________________________


More information about the Python-bugs-list mailing list