diff options
author | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org> | 2016-09-09 19:22:49 (GMT) |
---|---|---|
committer | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org> | 2016-09-09 19:22:49 (GMT) |
commit | 255295f13edb70525aec6c05631eb863de299c9e (patch) | |
tree | 863db77112e1b698077485052c7100a00fd7f4fc /Makefile.pre.in | |
parent | 6ceda631af2717c271e0b5b2b05a036463764418 (diff) | |
download | cpython-255295f13edb70525aec6c05631eb863de299c9e.zip cpython-255295f13edb70525aec6c05631eb863de299c9e.tar.gz cpython-255295f13edb70525aec6c05631eb863de299c9e.tar.bz2 |
Fix make buildbottest to not re-trigger a profile-opt build. issue28035.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 4e6679a..58144f3 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 |