Skip to content

Commit 2483266

Browse files
ryanofskyfanquake
authored andcommitted
packages.md: document depends build targets
1 parent be27161 commit 2483266

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

depends/packages.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,3 +181,18 @@ For us, it's much easier to just link a static `libsecondary` into a shared
181181
static or dynamic `libseconday`, that's not our concern. With a static
182182
`libseconday`, when we need to link `libprimary` into our executable, there's no
183183
dependency chain to worry about as `libprimary` has all the symbols.
184+
185+
## Build targets:
186+
187+
To build an individual package (useful for debugging), following build targets are available.
188+
189+
make ${package}
190+
make ${package}_fetched
191+
make ${package}_extracted
192+
make ${package}_preprocessed
193+
make ${package}_configured
194+
make ${package}_built
195+
make ${package}_staged
196+
make ${package}_postprocessed
197+
make ${package}_cached
198+
make ${package}_cached_checksum

0 commit comments

Comments
 (0)