-
Notifications
You must be signed in to change notification settings - Fork 38.6k
build: move raw rule into Makefile.am #25813
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
Conversation
The same rule is used by the tests and benchmarks to generate headers, and currently causes bitcoin#25501. Just deduplicate the code into Makefile.am.
hebasto
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK d8b26ab, tested on Ubuntu 22.04, the moved code was verified using git diff --color-moved=dimmed-zebra HEAD~1..HEAD.
jarolrod
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tACK d8b26ab
the warning no longer shows for me
|
guix hashes: x86: |
The same rule is used by the tests and benchmarks to generate headers,
and currently causes #25501. Just deduplicate the code into Makefile.am.
Fixes: #25501.