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

SourceForge.net noreply at sourceforge.net
Fri Jun 9 22:44:44 CEST 2006


Patches item #1503717, was opened at 2006-06-09 20:42
Message generated for change (Comment added) made by gbrandl
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: Open
Resolution: None
Priority: 5
Submitted By: Chris AtLee (catlee)
Assigned to: Nobody/Anonymous (nobody)
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: Georg Brandl (gbrandl)
Date: 2006-06-09 20: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