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

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


https://hg.python.org/cpython/rev/951f0de11a01
changeset:   103443:951f0de11a01
branch:      2.7
parent:      103438:e524d5dc8767
user:        Gregory P. Smith <greg at krypto.org> [Google Inc.]
date:        Fri Sep 09 12:25:27 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
@@ -883,7 +883,7 @@
 
 # Like testall, but with a single pass only
 # run an optional script to include some 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