[Python-checkins] cpython (2.7): Drop buildbottouch again; the master is using "make touch" now.

martin.v.loewis python-checkins at python.org
Wed Oct 2 17:03:19 CEST 2013


http://hg.python.org/cpython/rev/3770c6135400
changeset:   85929:3770c6135400
branch:      2.7
parent:      85918:fcd889046ee1
user:        Martin v. Löwis <martin at v.loewis.de>
date:        Wed Oct 02 17:03:05 2013 +0200
summary:
  Drop buildbottouch again; the master is using "make touch" now.

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


diff --git a/Makefile.pre.in b/Makefile.pre.in
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -796,9 +796,6 @@
 		fi
 		$(TESTPYTHON) -R $(TESTPROG) -uall -rwW $(TESTOPTS)
 
-# Fake target in 2.7, real in 3.x.
-buildbottouch:
-
 QUICKTESTOPTS=	$(TESTOPTS) -x test_subprocess test_io test_lib2to3 \
 		test_multibytecodec test_urllib2_localnet test_itertools \
 		test_multiprocessing test_mailbox test_socket test_poll \

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


More information about the Python-checkins mailing list