From 255295f13edb70525aec6c05631eb863de299c9e Mon Sep 17 00:00:00 2001 From: "Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)" Date: Fri, 9 Sep 2016 12:22:49 -0700 Subject: [PATCH] Fix make buildbottest to not re-trigger a profile-opt build. issue28035. --- Makefile.pre.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index 4e6679ab657..58144f37662 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