[Python-bugs-list] [ python-Bugs-499656 ] OPT envar not propagated to Makefile

noreply@sourceforge.net noreply@sourceforge.net
Fri, 04 Jan 2002 16:39:21 -0800


Bugs item #499656, was opened at 2002-01-04 16:39
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=499656&group_id=5470

Category: Build
Group: Python 2.1.2
Status: Open
Resolution: None
Priority: 6
Submitted By: Barry Warsaw (bwarsaw)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: OPT envar not propagated to Makefile

Initial Comment:
In Python 2.2 the following builds Python with -g and
no -O on Linux

% OPT=-g ./configure ; make

But in Python 2.1.2, OPT does not propagate to the
Makefile, so you'd still have to do

% OPT=-g ./configure ; make OPT=-g

This breaks the suggested recipe in posix-large-file
manpage for building LFS on Python 2.1.2.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=499656&group_id=5470