New submission from Neil Schemenauer <nas-pyt...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue5161>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to