]> granicus.if.org Git - python/commitdiff
Fix make buildbottest to not re-trigger a profile-opt build. issue28035.
authorGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org>
Fri, 9 Sep 2016 19:25:27 +0000 (12:25 -0700)
committerGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org>
Fri, 9 Sep 2016 19:25:27 +0000 (12:25 -0700)
Makefile.pre.in

index 07d2350cace4499e1eab02a0e1dd648b97b750b1..139a211f84534f8f0001cac336c103895679c63b 100644 (file)
@@ -883,7 +883,7 @@ 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
+buildbottest:  build_all platform
                -@if which pybuildbot.identify >/dev/null 2>&1; then \
                        pybuildbot.identify "CC='$(CC)'" "CXX='$(CXX)'"; \
                fi