aboutsummaryrefslogtreecommitdiff
path: root/depends/packages.md
diff options
context:
space:
mode:
authorRussell Yanofsky <russ@yanofsky.org>2019-07-10 13:06:16 -0400
committerfanquake <fanquake@gmail.com>2019-08-23 14:18:24 +0800
commit2483266c591f7b2e62df68ee2d13740a706415ec (patch)
tree0fbab179ea398a876106ec71edeb46f6f84a354c /depends/packages.md
parentbe27161ee4bb7cb63346f1e79fc36ce33103a635 (diff)
downloadbitcoin-2483266c591f7b2e62df68ee2d13740a706415ec.tar.xz
packages.md: document depends build targets
Diffstat (limited to 'depends/packages.md')
-rw-r--r--depends/packages.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/depends/packages.md b/depends/packages.md
index 2c592885b6..36c9967a0a 100644
--- a/depends/packages.md
+++ b/depends/packages.md
@@ -181,3 +181,18 @@ For us, it's much easier to just link a static `libsecondary` into a shared
static or dynamic `libseconday`, that's not our concern. With a static
`libseconday`, when we need to link `libprimary` into our executable, there's no
dependency chain to worry about as `libprimary` has all the symbols.
+
+## Build targets:
+
+To build an individual package (useful for debugging), following build targets are available.
+
+ make ${package}
+ make ${package}_fetched
+ make ${package}_extracted
+ make ${package}_preprocessed
+ make ${package}_configured
+ make ${package}_built
+ make ${package}_staged
+ make ${package}_postprocessed
+ make ${package}_cached
+ make ${package}_cached_checksum