[Python-checkins] r57973 - python/trunk/Makefile.pre.in

matthias.klose python-checkins at python.org
Tue Sep 4 21:05:38 CEST 2007


Author: matthias.klose
Date: Tue Sep  4 21:05:38 2007
New Revision: 57973

Modified:
   python/trunk/Makefile.pre.in
Log:
- Makefile.pre.in(buildbottest): Remove whitespace at eol.


Modified: python/trunk/Makefile.pre.in
==============================================================================
--- python/trunk/Makefile.pre.in	(original)
+++ python/trunk/Makefile.pre.in	Tue Sep  4 21:05:38 2007
@@ -603,9 +603,9 @@
 # Like testall, but with a single pass only
 # run an optional script to include some information about the build environment
 buildbottest:	all platform
-		- at if which pybuildbot.identify >/dev/null 2>&1; then \ 
-			pybuildbot.identify "CC=$(CC)" "CXX=$(CXX)"; \ 
-		fi 
+		- at if which pybuildbot.identify >/dev/null 2>&1; then \
+			pybuildbot.identify "CC='$(CC)'" "CXX='$(CXX)'"; \
+		fi
 		$(TESTPYTHON) $(TESTPROG) $(TESTOPTS) -uall -rw
 
 QUICKTESTOPTS=	$(TESTOPTS) -x test_thread test_signal test_strftime \


More information about the Python-checkins mailing list