[Patches] [ python-Patches-1503717 ] Tiny patch to stop make spam

SourceForge.net noreply at sourceforge.net
Fri Oct 27 20:15:29 CEST 2006


Patches item #1503717, was opened at 2006-06-09 16:42
Message generated for change (Comment added) made by akuchling
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1503717&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build
Group: None
>Status: Closed
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Chris AtLee (catlee)
>Assigned to: A.M. Kuchling (akuchling)
Summary: Tiny patch to stop make spam

Initial Comment:
It's always bothered me that python's Makefile outputs:
case $MAKEFLAGS in \
        *-s*)  CC='gcc -pthread' LDSHARED='gcc -pthread
-shared' OPT='-DNDEBUG -g -O3 -Wall
-Wstrict-prototypes' ./python -E ./setup.py -q build;; \
        *)  CC='gcc -pthread' LDSHARED='gcc -pthread
-shared' OPT='-DNDEBUG -g -O3 -Wall
-Wstrict-prototypes' ./python -E ./setup.py build;; \
        esac

Maybe it does this for a good reason I don't know about :)

In case there isn't, here's a one-line patch to fix it.

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

>Comment By: A.M. Kuchling (akuchling)
Date: 2006-10-27 14:15

Message:
Logged In: YES 
user_id=11375

Seems like a reasonable change; applied to the trunk in
rev.52484.  Thanks!


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

Comment By: Georg Brandl (gbrandl)
Date: 2006-06-09 16:44

Message:
Logged In: YES 
user_id=849994

I'm very much for this!

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1503717&group_id=5470


More information about the Patches mailing list