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

index 98711ae62bb57b065d46cd2d7b20b41b687998ae..127328c91ebf05d2368c56ff9bad662a457e3fa5 100644 (file)
@@ -796,6 +796,9 @@ 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 \