From: Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) Date: Fri, 9 Sep 2016 19:25:27 +0000 (-0700) Subject: Fix make buildbottest to not re-trigger a profile-opt build. issue28035. X-Git-Tag: v2.7.13rc1~142 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d02905df874b9199f5dee58448f08c94f48775c4;p=python Fix make buildbottest to not re-trigger a profile-opt build. issue28035. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 07d2350cac..139a211f84 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -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