aboutsummaryrefslogtreecommitdiff
path: root/depends/packages.md
diff options
context:
space:
mode:
authorJon Layton <me@jonl.io>2019-09-07 23:52:45 -0400
committerJon Layton <me@jonl.io>2019-09-17 03:21:22 -0400
commit6aab7649d30b19d136a27f1287fd2c8b00fb460c (patch)
tree7f14c9665c34f0f3b51f22f61ab4742b01bfc115 /depends/packages.md
parent92f35acb3ba045fc9844fed9ea9eedf66e5d2c24 (diff)
downloadbitcoin-6aab7649d30b19d136a27f1287fd2c8b00fb460c.tar.xz
doc: Fix whitespace errs in .md files, bitcoin.conf, Info.plist.in, and find_bdb48.m4
Diffstat (limited to 'depends/packages.md')
-rw-r--r--depends/packages.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/depends/packages.md b/depends/packages.md
index 36c9967a0a..7ed20ea129 100644
--- a/depends/packages.md
+++ b/depends/packages.md
@@ -32,15 +32,15 @@ These variables are optional:
$(package)_build_subdir:
cd to this dir before running configure/build/stage commands.
-
+
$(package)_download_file:
The file-name of the upstream source if it differs from how it should be
stored locally. This can be used to avoid storing file-names with strange
characters.
-
+
$(package)_dependencies:
Names of any other packages that this one depends on.
-
+
$(package)_patches:
Filenames of any patches needed to build the package
@@ -134,7 +134,7 @@ the user. Other variables may be defined as needed.
Stage the build results. If undefined, does nothing.
The following variables are available for each recipe:
-
+
$(1)_staging_dir: package's destination sysroot path
$(1)_staging_prefix_dir: prefix path inside of the package's staging dir
$(1)_extract_dir: path to the package's extracted sources