-
-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
Fixes missing dependencies in Makefile #119538
Comments
Thank you for reporting the issue. |
xmltok_impl.c and xmltok_ns.c are _included_ in xmltok.c by the C pre-processor.
xmltok_impl.c and xmltok_ns.c are _included_ in xmltok.c by the C pre-processor.
xmltok_impl.c and xmltok_ns.c are _included_ in xmltok.c by the C pre-processor. (cherry picked from commit 606be66) Co-authored-by: Erlend E. Aasland <[email protected]>
xmltok_impl.c and xmltok_ns.c are _included_ in xmltok.c by the C pre-processor. (cherry picked from commit 606be66) Co-authored-by: Erlend E. Aasland <[email protected]>
…119686) xmltok_impl.c and xmltok_ns.c are _included_ in xmltok.c by the C pre-processor. (cherry picked from commit 606be66) Co-authored-by: Erlend E. Aasland <[email protected]>
…119685) xmltok_impl.c and xmltok_ns.c are _included_ in xmltok.c by the C pre-processor. (cherry picked from commit 606be66) Co-authored-by: Erlend E. Aasland <[email protected]>
With @erlend-aasland's PRs merged, I think we should be done with this issue. Thanks for calling it to our attention! |
xmltok_impl.c and xmltok_ns.c are _included_ in xmltok.c by the C pre-processor.
xmltok_impl.c and xmltok_ns.c are _included_ in xmltok.c by the C pre-processor.
Re-opening, since there are more missing dependencies. |
Bug report
Bug description:
This Makefile fixes an issue in the cpython. Specifically, previously, any modifications of files like
Modules/expat/*.c
would not trigger a rebuild ofModules/expat/xmltok.o
Makefile_fixed.zip
. The Makefile fixes this by including them as additional dependencies.
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Linked PRs
The text was updated successfully, but these errors were encountered: