From 7ab8c872d315d6b705d8e4286b66234b260a0c9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Mon, 30 Sep 2013 16:21:44 +0200 Subject: [PATCH] Issue #19106: Add buildbottouch target. --- Makefile.pre.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.pre.in b/Makefile.pre.in index dc895c0070c..471b96602b8 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -893,6 +893,9 @@ 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 \