[issue2233] Makefile.pre.in contains extra slash before $(DESTDIR) which can cause Cygwin build to fail

Roumen Petrov report at bugs.python.org
Sat Jan 10 19:17:37 CET 2009


Roumen Petrov <bugtrack at roumenpetrov.info> added the comment:

Jason, did you test what is result is DESTDIR default to "/".

This variable(macro) is used with specific syntax by example (from
Makefile):
  $(INSTALL) -d -m $(DIRMODE) $(DESTDIR)$$b; \
where $$b is absolute path.

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


More information about the Python-bugs-list mailing list