From: Martin v. Löwis Date: Wed, 2 Oct 2013 14:59:23 +0000 (+0200) Subject: Drop buildbottouch again; the master is using "make touch" now. X-Git-Tag: v3.4.0a4~292^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=706f0f5f57ace45d061206e1fb873f5a33c61b44;p=python Drop buildbottouch again; the master is using "make touch" now. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 471b96602b..dc895c0070 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -893,9 +893,6 @@ buildbottest: all platform fi $(TESTRUNNER) -j 1 -u all -W --timeout=$(TESTTIMEOUT) $(TESTOPTS) -# Like touch, but also working on 2.7 (where the target is a no-op) -buildbottouch: touch - QUICKTESTOPTS= $(TESTOPTS) -x test_subprocess test_io test_lib2to3 \ test_multibytecodec test_urllib2_localnet test_itertools \ test_multiprocessing test_mailbox test_socket test_poll \