cpython: 914a81781291 (original) (raw)
Mercurial > cpython
changeset 103442:914a81781291
Fix make buildbottest to not re-trigger a profile-opt build. issue28035. [#28035]
Gregory P. Smith greg@krypto.org [Google Inc.] | |
---|---|
date | Fri, 09 Sep 2016 12:23:05 -0700 |
parents | da4c4979fc19(current diff)852b0f536791(diff) |
children | a77756e480c2 |
files | Makefile.pre.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Makefile.pre.in 2 |
line wrap: on
line diff
--- 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 [](#l1.9) pybuildbot.identify "CC='$(CC)'" "CXX='$(CXX)'"; [](#l1.10) fi