diff options
author | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org> | 2016-09-09 19:23:05 (GMT) |
---|---|---|
committer | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org> | 2016-09-09 19:23:05 (GMT) |
commit | e53592091afa172f97bf3d7af43041a28c6ff688 (patch) | |
tree | 108d696faaf7e8ada0ef28d3022d2ff714b350a4 /Makefile.pre.in | |
parent | 2a2becc1d10c1b4ae1d55720f5bdb54097fed1a4 (diff) | |
parent | 255295f13edb70525aec6c05631eb863de299c9e (diff) | |
download | cpython-e53592091afa172f97bf3d7af43041a28c6ff688.zip cpython-e53592091afa172f97bf3d7af43041a28c6ff688.tar.gz cpython-e53592091afa172f97bf3d7af43041a28c6ff688.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 36fbe31..4445b24 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 |