Commit adaa0aa4 authored by Georg Brandl's avatar Georg Brandl

Add a dummy "touch" target to the Makefile so that the custom buildbots can test this branch.

parent 377406a3
...@@ -1371,6 +1371,9 @@ patchcheck: ...@@ -1371,6 +1371,9 @@ patchcheck:
Python/thread.o: @THREADHEADERS@ 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 # Declare targets that aren't real files
.PHONY: all build_all sharedmods oldsharedmods test quicktest memtest .PHONY: all build_all sharedmods oldsharedmods test quicktest memtest
.PHONY: install altinstall oldsharedinstall bininstall altbininstall .PHONY: install altinstall oldsharedinstall bininstall altbininstall
...@@ -1378,7 +1381,7 @@ Python/thread.o: @THREADHEADERS@ ...@@ -1378,7 +1381,7 @@ Python/thread.o: @THREADHEADERS@
.PHONY: frameworkinstall frameworkinstallframework frameworkinstallstructure .PHONY: frameworkinstall frameworkinstallframework frameworkinstallstructure
.PHONY: frameworkinstallmaclib frameworkinstallapps frameworkinstallunixtools .PHONY: frameworkinstallmaclib frameworkinstallapps frameworkinstallunixtools
.PHONY: frameworkaltinstallunixtools recheck autoconf clean clobber distclean .PHONY: frameworkaltinstallunixtools recheck autoconf clean clobber distclean
.PHONY: smelly funny patchcheck altmaninstall .PHONY: smelly funny patchcheck altmaninstall touch
.PHONY: gdbhooks .PHONY: gdbhooks
# IF YOU PUT ANYTHING HERE IT WILL GO AWAY # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment