Skip to content

Commit

Permalink
packages.md: document depends build targets
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanofsky committed Aug 19, 2019
1 parent 19f73c3 commit 7149b1a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions depends/packages.md
Expand Up @@ -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

0 comments on commit 7149b1a

Please sign in to comment.