From: Martin v. Löwis Date: Wed, 2 Oct 2013 15:03:05 +0000 (+0200) Subject: Drop buildbottouch again; the master is using "make touch" now. X-Git-Tag: v2.7.6rc1~116 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d7f7e8819d9a90da9d5b5044c8afec126d558a8;p=python Drop buildbottouch again; the master is using "make touch" now. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 127328c91e..98711ae62b 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -796,9 +796,6 @@ buildbottest: all platform 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 \