]> granicus.if.org Git - python/commitdiff
Issue #19106: Add buildbottouch target.
authorMartin v. Löwis <martin@v.loewis.de>
Mon, 30 Sep 2013 14:21:44 +0000 (16:21 +0200)
committerMartin v. Löwis <martin@v.loewis.de>
Mon, 30 Sep 2013 14:21:44 +0000 (16:21 +0200)
Makefile.pre.in

index dc895c0070c274ed7cd6aa4ad874a5afe3900ec6..471b96602b85445acf765ef4465c3fb371ae2ac8 100644 (file)
@@ -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 \