[New-bugs-announce] [issue5161] wrong paths for ctypes cleanup
Neil Schemenauer
report at bugs.python.org
Fri Feb 6 01:45:44 CET 2009
New submission from Neil Schemenauer <nas-python at arctrix.com>:
The following code was added to Makefile.pre.in when ctypes was merged:
find $(srcdir)/build -name 'fficonfig.h' -exec rm -f {} ';' || true
find $(srcdir)/build -name 'fficonfig.py' -exec rm -f {} ';' || true
If Python is compiled in a directory other than the source directory
than $(srcdir)/build does not exist and these commands don't work as
intended. I think that proper path would be simply "build".
----------
assignee: theller
components: Build
messages: 81243
nosy: nascheme, theller
priority: low
severity: normal
status: open
title: wrong paths for ctypes cleanup
type: compile error
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5161>
_______________________________________
More information about the New-bugs-announce
mailing list