]> git.ipfire.org Git - thirdparty/Python/cpython.git/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:22:49 +0000 (12:22 -0700)
committerGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org>
Fri, 9 Sep 2016 19:22:49 +0000 (12:22 -0700)
Makefile.pre.in

index 4e6679ab65735034380bd88edf07eb518742678d..58144f376623542c567ea3ff20e1bb45109f9971 100644 (file)
@@ -1011,7 +1011,7 @@ testuniversal:    all platform
 
 # Like testall, but with only one pass and without multiple processes.
 # Run an optional script to include 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