[Python-checkins] python/dist/src/Misc NEWS,1.1288,1.1289

loewis at users.sourceforge.net loewis at users.sourceforge.net
Mon Apr 25 09:14:06 CEST 2005


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28704/Misc

Modified Files:
	NEWS 
Log Message:
Make parse_makefile fallback to environment variables if nothing is
defined in the makefile. Get CFLAGS from the Makefile, instead of
getting OPT, BASE_CFLAGS and EXTRA_CFLAGS individually.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1288
retrieving revision 1.1289
diff -u -d -r1.1288 -r1.1289
--- NEWS	24 Apr 2005 22:26:38 -0000	1.1288
+++ NEWS	25 Apr 2005 07:13:45 -0000	1.1289
@@ -279,7 +279,7 @@
 - EXTRA_CFLAGS has been introduced as an environment variable to hold compiler
   flags that change binary compatibility.  Changes were also made to
   distutils.sysconfig to also use the environment variable when used during
-  compilation of the interpreter.
+  compilation of the interpreter and of C extensions through distutils.
 
 - SF patch 1171735: Darwin 8's headers are anal about POSIX compliance,
   and linking has changed (prebinding is now deprecated, and libcc_dynamic



More information about the Python-checkins mailing list