]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
- Makefile.pre.in(buildbottest): Remove whitespace at eol.
authorMatthias Klose <doko@ubuntu.com>
Tue, 4 Sep 2007 19:05:38 +0000 (19:05 +0000)
committerMatthias Klose <doko@ubuntu.com>
Tue, 4 Sep 2007 19:05:38 +0000 (19:05 +0000)
Makefile.pre.in

index 4e5644d5c3e955412143c1b0a54c39c1ec41ac45..f9415aa8ea8ce767ac762c71fe261bfdd4b8eaad 100644 (file)
@@ -603,9 +603,9 @@ testuniversal:      all platform
 # Like testall, but with a single pass only
 # run an optional script to include some information about the build environment
 buildbottest:  all platform
-               -@if which pybuildbot.identify >/dev/null 2>&1; then \ 
-                       pybuildbot.identify "CC=$(CC)" "CXX=$(CXX)"; \ 
-               fi 
+               -@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 \