-
Notifications
You must be signed in to change notification settings - Fork 38.7k
[build] Makefile.am: add rule for src/bitcoin-wallet #15388
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
|
I just duplicated everything to make it consistent with @jnewbery: I think this was missing from #13926 @ken2812221 does the Windows installer bit look OK? @MarcoFalke this probably needs a Gitian build. |
|
LGTM utACK c9741df |
|
utACK c9741df229652ff1ea2a14d705a8fac727d6cd55. Thanks @Sjors! |
|
Tested ACK c9741df on macOS. |
c9741df to
cb870bb
Compare
|
Also added to |
cb870bb to
1852eff
Compare
|
I added 7640765 to see if busting AppVeyor cache (again) can help with breaking builds in master. It's otherwise unrelated to this PR so I can drop the commit or move it to another PR later if needed. |
7640765 to
1852eff
Compare
1852eff to
4a43eb8
Compare
luke-jr
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.
utACK
4a43eb8 [build] Makefile.am: add rule for src/bitcoin-wallet (Sjors Provoost) Pull request description: Otherwise `make src/bitcoin-wallet` will fail with `No rule to make target`. Also adds `bitcoin-wallet.exe` to the Windows installer. Tree-SHA512: 932c34b349ec3efa17d1f1251d386434d0db6a07939d500236364a851468981c69392e2a00e26c9753d9b2d8ef056b5de870c5bd5202aa0c73326f9ed1403681
|
Gitian builds for commit 0d1160e (master):
Gitian builds for commit a88d457155881cda117dbf84bd73c05f6bbdf804 (master and this pull):
|
…llet 4a43eb8 [build] Makefile.am: add rule for src/bitcoin-wallet (Sjors Provoost) Pull request description: Otherwise `make src/bitcoin-wallet` will fail with `No rule to make target`. Also adds `bitcoin-wallet.exe` to the Windows installer. Tree-SHA512: 932c34b349ec3efa17d1f1251d386434d0db6a07939d500236364a851468981c69392e2a00e26c9753d9b2d8ef056b5de870c5bd5202aa0c73326f9ed1403681
…llet 4a43eb8 [build] Makefile.am: add rule for src/bitcoin-wallet (Sjors Provoost) Pull request description: Otherwise `make src/bitcoin-wallet` will fail with `No rule to make target`. Also adds `bitcoin-wallet.exe` to the Windows installer. Tree-SHA512: 932c34b349ec3efa17d1f1251d386434d0db6a07939d500236364a851468981c69392e2a00e26c9753d9b2d8ef056b5de870c5bd5202aa0c73326f9ed1403681
Otherwise
make src/bitcoin-walletwill fail withNo rule to make target.Also adds
bitcoin-wallet.exeto the Windows installer.