From: Matthias Klose Date: Tue, 4 Sep 2007 19:05:38 +0000 (+0000) Subject: - Makefile.pre.in(buildbottest): Remove whitespace at eol. X-Git-Tag: v2.6a1~1347 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4f2ba5529b819b977483806c2cd3151f27468d4b;p=thirdparty%2FPython%2Fcpython.git - Makefile.pre.in(buildbottest): Remove whitespace at eol. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 4e5644d5c3e9..f9415aa8ea8c 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -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 \