diff options
author | Jon Layton <me@jonl.io> | 2019-09-07 23:52:45 -0400 |
---|---|---|
committer | Jon Layton <me@jonl.io> | 2019-09-17 03:21:22 -0400 |
commit | 6aab7649d30b19d136a27f1287fd2c8b00fb460c (patch) | |
tree | 7f14c9665c34f0f3b51f22f61ab4742b01bfc115 /depends/description.md | |
parent | 92f35acb3ba045fc9844fed9ea9eedf66e5d2c24 (diff) |
doc: Fix whitespace errs in .md files, bitcoin.conf, Info.plist.in, and find_bdb48.m4
Diffstat (limited to 'depends/description.md')
-rw-r--r-- | depends/description.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/depends/description.md b/depends/description.md index 9fc7093be4..0a6f2e6442 100644 --- a/depends/description.md +++ b/depends/description.md @@ -1,4 +1,4 @@ -This is a system of building and caching dependencies necessary for building Bitcoin. +This is a system of building and caching dependencies necessary for building Bitcoin. There are several features that make it different from most similar systems: ### It is designed to be builder and host agnostic @@ -26,7 +26,7 @@ Before building, a unique build-id is generated for each package. This id consists of a hash of all files used to build the package (Makefiles, packages, etc), and as well as a hash of the same data for each recursive dependency. If any portion of a package's build recipe changes, it will be rebuilt as well as -any other package that depends on it. If any of the main makefiles (Makefile, +any other package that depends on it. If any of the main makefiles (Makefile, funcs.mk, etc) are changed, all packages will be rebuilt. After building, the results are cached into a tarball that can be re-used and distributed. |