Requested in #30997 (comment):
P.S. it would be nice if
make
independs
provides the incantation needed for the configure stage.
An example of a build log with this PR:
0$ make --no-print-directory -C depends -j16 NO_QT=1 NO_WALLET=1 NO_UPNP=1 NO_NATPMP=1 NO_ZMQ=1 NO_USDT=1 LOG=1
1Extracting boost...
2/home/hebasto/git/bitcoin/depends/sources/boost_1_81_0.tar.gz: OK
3Preprocessing boost...
4Configuring boost...
5Building boost...
6Staging boost...
7Postprocessing boost...
8Caching boost...
9Extracting libevent...
10/home/hebasto/git/bitcoin/depends/sources/libevent-2.1.12-stable.tar.gz: OK
11Preprocessing libevent...
12Configuring libevent...
13Building libevent...
14Staging libevent...
15Postprocessing libevent...
16Caching libevent...
17copying packages: boost libevent
18to: /home/hebasto/git/bitcoin/depends/x86_64-pc-linux-gnu
19To build Bitcoin Core with these packages, pass '--toolchain /home/hebasto/git/bitcoin/depends/x86_64-pc-linux-gnu/toolchain.cmake' to the first CMake invocation.