summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org>2016-09-09 12:23:05 -0700
committerGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org>2016-09-09 12:23:05 -0700
commite53592091afa172f97bf3d7af43041a28c6ff688 (patch)
tree108d696faaf7e8ada0ef28d3022d2ff714b350a4 /Makefile.pre.in
parent2a2becc1d10c1b4ae1d55720f5bdb54097fed1a4 (diff)
parent255295f13edb70525aec6c05631eb863de299c9e (diff)
downloadcpython-git-e53592091afa172f97bf3d7af43041a28c6ff688.tar.gz
Fix make buildbottest to not re-trigger a profile-opt build. issue28035.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 36fbe31a23..4445b24dbd 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -993,7 +993,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