[Python-checkins] r45458 - python/trunk/Misc/SpecialBuilds.txt

martin.v.loewis python-checkins at python.org
Sun Apr 16 20:55:07 CEST 2006


Author: martin.v.loewis
Date: Sun Apr 16 20:55:07 2006
New Revision: 45458

Modified:
   python/trunk/Misc/SpecialBuilds.txt
Log:
Update instructions for EXTRA_CFLAGS: configure ignores
them; they have to be passed to make.


Modified: python/trunk/Misc/SpecialBuilds.txt
==============================================================================
--- python/trunk/Misc/SpecialBuilds.txt	(original)
+++ python/trunk/Misc/SpecialBuilds.txt	Sun Apr 16 20:55:07 2006
@@ -1,8 +1,8 @@
 This file describes some special Python build types enabled via
 compile-time preprocessor defines.
 
-It is best to define these options in the EXTRA_CFLAGS environment variable;
-``EXTRA_CFLAGS="-DPy_REF_DEBUG" ./configure``.
+It is best to define these options in the EXTRA_CFLAGS make variable;
+``make EXTRA_CFLAGS="-DPy_REF_DEBUG"``.
 
 ---------------------------------------------------------------------------
 Py_REF_DEBUG                                              introduced in 1.4


More information about the Python-checkins mailing list