diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2013-10-02 14:59:23 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2013-10-02 14:59:23 (GMT) |
commit | 706f0f5f57ace45d061206e1fb873f5a33c61b44 (patch) | |
tree | 2ada8ce5ebe6e9e277cdf4f8e95a03ede328e9c9 /Makefile.pre.in | |
parent | 51844384f4b225d214e122edd8af65c75e50a150 (diff) | |
download | cpython-706f0f5f57ace45d061206e1fb873f5a33c61b44.zip cpython-706f0f5f57ace45d061206e1fb873f5a33c61b44.tar.gz cpython-706f0f5f57ace45d061206e1fb873f5a33c61b44.tar.bz2 |
Drop buildbottouch again; the master is using "make touch" now.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 471b966..dc895c0 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 \ |