aboutsummaryrefslogtreecommitdiff
path: root/depends/README.md
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-01-03 15:04:39 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-04-14 13:44:28 +0200
commit7f650883b71b67cd33026cf49af0b16f01e45541 (patch)
treeb45f1ab351ef4dbae586532880583d308b6d5365 /depends/README.md
parentb69fd5eaa99f84b62a49d7c7f48d8cee1227592a (diff)
downloadbitcoin-7f650883b71b67cd33026cf49af0b16f01e45541.tar.xz
depends: Add file-based logging for individual packages
Diffstat (limited to 'depends/README.md')
-rw-r--r--depends/README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/depends/README.md b/depends/README.md
index f7647198c6..da2a74e0e7 100644
--- a/depends/README.md
+++ b/depends/README.md
@@ -113,7 +113,10 @@ The following can be set when running make: `make FOO=bar`
- `BUILD_ID_SALT`: Optional salt to use when generating build package ids
- `FORCE_USE_SYSTEM_CLANG`: (EXPERTS ONLY) When cross-compiling for macOS, use Clang found in the
system's `$PATH` rather than the default prebuilt release of Clang
- from llvm.org. Clang 8 or later is required.
+ from llvm.org. Clang 8 or later is required
+- `LOG`: Use file-based logging for individual packages. During a package build its log file
+ resides in the `depends` directory, and the log file is printed out automatically in case
+ of build error. After successful build log files are moved along with package archives
If some packages are not built, for example `make NO_WALLET=1`, the appropriate
options will be passed to bitcoin's configure. In this case, `--disable-wallet`.