8000 Add a dummy "touch" target to the Makefile so that the custom buildbo… · python/cpython@4615076 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4615076

Browse files
committed
Add a dummy "touch" target to the Makefile so that the custom buildbots can test this branch.
1 parent 786c8e7 commit 4615076

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile.pre.in

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1371,14 +1371,17 @@ patchcheck:
13711371

13721372
Python/thread.o: @THREADHEADERS@
13731373

1374+
# A dummy target so that we are "buildbot step compatible" with newer versions
1375+
touch:
1376+
13741377
# Declare targets that aren't real files
13751378
.PHONY: all build_all sharedmods oldsharedmods test quicktest memtest
13761379
.PHONY: install altinstall oldsharedinstall bininstall altbininstall
13771380
.PHONY: maninstall libinstall inclinstall libainstall sharedinstall
13781381
.PHONY: frameworkinstall frameworkinstallframework frameworkinstallstructure
13791382
.PHONY: frameworkinstallmaclib frameworkinstallapps frameworkinstallunixtools
13801383
.PHONY: frameworkaltinstallunixtools recheck autoconf clean clobber distclean
1381-
.PHONY: smelly funny patchcheck altmaninstall
1384+
.PHONY: smelly funny patchcheck altmaninstall touch
13821385
.PHONY: gdbhooks
13831386

13841387
# IF YOU PUT ANYTHING HERE IT WILL GO AWAY

0 commit comments

Comments
 (0)
0