New submission from Ned Deily <n...@acm.org>:

In the main python Makefile.pre.in, the frameworkinstallextras target, 
only used on OS X, has a bogus "Make" command instead of "$(MAKE)" as in 
other targets.  Traditionally and by default, the OS X root file system is 
case-insensitive, in which case "Make" coincidentally does invoke 
/usr/bin/make.  However, with OS X installed on a case-sensitive fs, the 
command fails.  One-liner patch attached.

----------
components: Build
files: makefile-make.diff
keywords: patch
messages: 78016
nosy: nad
severity: normal
status: open
title: Framework build fails if OS X on case-sensitive file system
versions: Python 2.6, Python 3.0
Added file: http://bugs.python.org/file12393/makefile-make.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue4692>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to