From: Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) Date: Fri, 9 Sep 2016 19:22:49 +0000 (-0700) Subject: Fix make buildbottest to not re-trigger a profile-opt build. issue28035. X-Git-Tag: v3.6.0b1~187^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=255295f13edb70525aec6c05631eb863de299c9e;p=thirdparty%2FPython%2Fcpython.git Fix make buildbottest to not re-trigger a profile-opt build. issue28035. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 4e6679ab6573..58144f376623 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -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