Hello, * directory creation is usually done with install -d ; see numerous examples in the rest of the Makefile. * What does this fix? AFAIK, DESTDIR is already made, as part of directories like if test ! -d (DESTDIR)(DESTDIR)(DESTDIR)$i; then \ echo "Creating directory i"; \ (INSTALL)ādām(INSTALL) -d -m (INSTALL)ādām(DIRMODE) (DESTDIR)(DESTDIR)(DESTDIR)$i; \ else true; \
Ok, I'll change the patch to use install as opposed to mkdir in a few days. I was hitting a problem in installing python, which I have since solved by using this patch. So, I decided to submit it.
status: open -> closednosy: + BreamoreBoymessages: + resolution: out of date
2009-03-30 17:39:17
ajaksu2
set
title: Makefile fix -> Create the DESTDIR as part of the make install processstage: test neededtype: enhancementversions: + Python 3.1, Python 2.7, - Python 2.6