Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-37589: Add a few missing dependencies on .h files in the Makefile. #15757

Merged
merged 1 commit into from
Sep 9, 2019

Conversation

Yhg1s
Copy link
Member

@Yhg1s Yhg1s commented Sep 9, 2019

Add a few missing dependencies on .h files in the Makefile. The missing dependencies prevented incremental builds from working when you touched any of these files. Based on GH-14758 by @vemakereporter.

https://bugs.python.org/issue37589

dependencies prevented incremental builds from working when you touched any
of these files.
@Yhg1s Yhg1s merged commit b4612f5 into python:master Sep 9, 2019
@Yhg1s Yhg1s deleted the makefile-deps branch September 9, 2019 12:17
@miss-islington
Copy link
Contributor

Thanks @Yhg1s for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7, 3.8.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 9, 2019
pythonGH-15757)

The missing dependencies prevented incremental builds from working when you touched any
of these files. Based on pythonGH-14758 by @vemakereporter.
(cherry picked from commit b4612f5)

Co-authored-by: T. Wouters <thomas@python.org>
@bedevere-bot
Copy link

GH-15767 is a backport of this pull request to the 3.8 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.8 only security fixes label Sep 9, 2019
@miss-islington
Copy link
Contributor

Sorry, @Yhg1s, I could not cleanly backport this to 3.7 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker b4612f5d54aced5bc37f1b85bf50b4cafa2480f0 3.7

Yhg1s added a commit to Yhg1s/cpython that referenced this pull request Sep 9, 2019
…kefile. (pythonGH-15757)

The missing dependencies prevented incremental builds from working when you touched any
of these files. Based on pythonGH-14758 by @vemakereporter..
(cherry picked from commit b4612f5)

Co-authored-by: T. Wouters <thomas@python.org>
@bedevere-bot
Copy link

GH-15769 is a backport of this pull request to the 3.7 branch.

miss-islington added a commit that referenced this pull request Sep 9, 2019
GH-15757)

The missing dependencies prevented incremental builds from working when you touched any
of these files. Based on GH-14758 by @vemakereporter.
(cherry picked from commit b4612f5)

Co-authored-by: T. Wouters <thomas@python.org>
miss-islington pushed a commit that referenced this pull request Sep 9, 2019
…kefile. (GH-15757) (GH-15769)

The missing dependencies prevented incremental builds from working when you touched any
of these files. Based on GH-14758 by @vemakereporter..
(cherry picked from commit b4612f5)




https://bugs.python.org/issue37589



Automerge-Triggered-By: @gpshead
DinoV pushed a commit to DinoV/cpython that referenced this pull request Jan 14, 2020
pythonGH-15757)

The missing dependencies prevented incremental builds from working when you touched any
of these files. Based on pythonGH-14758 by @vemakereporter.
websurfer5 pushed a commit to websurfer5/cpython that referenced this pull request Jul 20, 2020
pythonGH-15757)

The missing dependencies prevented incremental builds from working when you touched any
of these files. Based on pythonGH-14758 by @vemakereporter.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants