[issue2233] Makefile.pre.in contains extra slash before $(DESTDIR) which can cause Cygwin build to fail
Jason Tishler
report at bugs.python.org
Thu Jan 8 16:00:07 CET 2009
Jason Tishler <jason at tishler.net> added the comment:
Sorry for the delay, but I was on vacation and then recovering from
vacation...
You are correct that my initial patch does not handle the case when
DESTDIR is not specified. Your suggestion will work, but seems hacky.
What about adding the defaulting of DESTDIR to "/" to my initial
patch? This seems cleaner. See my second patch for the details.
If this approach is acceptable, then feel free to move the defaulting
of DESTDIR to a more appropriate place in Makefile.pre.in. I wasn't
sure where to put this change.
Added file: http://bugs.python.org/file12652/Makefile.pre.in.diff
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue2233>
_______________________________________
More information about the Python-bugs-list
mailing list