[Python-checkins] cpython (merge 3.5 -> default): Fix make buildbottest to not re-trigger a profile-opt build. issue28035.

gregory.p.smith python-checkins at python.org
Fri Sep 9 15:24:13 EDT 2016


https://hg.python.org/cpython/rev/914a81781291
changeset:   103442:914a81781291
parent:      103440:da4c4979fc19
parent:      103441:852b0f536791
user:        Gregory P. Smith <greg at krypto.org> [Google Inc.]
date:        Fri Sep 09 12:23:05 2016 -0700
summary:
  Fix make buildbottest to not re-trigger a profile-opt build. issue28035.

files:
  Makefile.pre.in |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Makefile.pre.in b/Makefile.pre.in
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -993,7 +993,7 @@
 
 # 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
 		- at if which pybuildbot.identify >/dev/null 2>&1; then \
 			pybuildbot.identify "CC='$(CC)'" "CXX='$(CXX)'"; \
 		fi

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list