[Python-checkins] python/dist/src/Misc SpecialBuilds.txt,1.18,1.19

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Wed Apr 20 22:49:43 CEST 2005


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

Modified Files:
	SpecialBuilds.txt 
Log Message:
Clarify usage of OPT by noting that if it is set the default values will be
left out.


Index: SpecialBuilds.txt
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/SpecialBuilds.txt,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- SpecialBuilds.txt	19 Apr 2005 20:28:09 -0000	1.18
+++ SpecialBuilds.txt	20 Apr 2005 20:49:39 -0000	1.19
@@ -2,7 +2,8 @@
 compile-time preprocessor defines.
 
 It is best to define these options in the OPT environment variable;
-``OPT="-DPy_REF_DEBUG" ./configure``.
+``OPT="-DPy_REF_DEBUG" ./configure``.  If you want the default values of
+OPT to also be included you will need to add them in yourself manually.
 
 ---------------------------------------------------------------------------
 Py_REF_DEBUG                                              introduced in 1.4



More information about the Python-checkins mailing list