]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add a dummy "touch" target to the Makefile so that the custom buildbots can test...
authorGeorg Brandl <georg@python.org>
Tue, 30 Sep 2014 14:41:11 +0000 (16:41 +0200)
committerGeorg Brandl <georg@python.org>
Tue, 30 Sep 2014 14:41:11 +0000 (16:41 +0200)
Makefile.pre.in

index e4d50901720d0bb18aaec4c29e2144b53348d951..5260e6b27c5402d369826a7bc5d429f46aba17c5 100644 (file)
@@ -1371,6 +1371,9 @@ patchcheck:
 
 Python/thread.o: @THREADHEADERS@
 
+# A dummy target so that we are "buildbot step compatible" with newer versions
+touch:
+
 # Declare targets that aren't real files
 .PHONY: all build_all sharedmods oldsharedmods test quicktest memtest
 .PHONY: install altinstall oldsharedinstall bininstall altbininstall
@@ -1378,7 +1381,7 @@ Python/thread.o: @THREADHEADERS@
 .PHONY: frameworkinstall frameworkinstallframework frameworkinstallstructure
 .PHONY: frameworkinstallmaclib frameworkinstallapps frameworkinstallunixtools
 .PHONY: frameworkaltinstallunixtools recheck autoconf clean clobber distclean
-.PHONY: smelly funny patchcheck altmaninstall
+.PHONY: smelly funny patchcheck altmaninstall touch
 .PHONY: gdbhooks
 
 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY