Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
adaa0aa4
Commit
adaa0aa4
authored
Sep 30, 2014
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a dummy "touch" target to the Makefile so that the custom buildbots can test this branch.
parent
377406a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
Makefile.pre.in
Makefile.pre.in
+4
-1
No files found.
Makefile.pre.in
View file @
adaa0aa4
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment