mirror of
https://github.com/boostorg/build.git
synced 2026-02-11 11:42:14 +00:00
Clarify dependent/dependency
[SVN r31081]
This commit is contained in:
@@ -318,10 +318,13 @@ build-project app ;
|
||||
<title>Dependent Targets</title>
|
||||
|
||||
<para>
|
||||
Targets that are “needed” by other targets are called
|
||||
<firstterm>dependencies</firstterm> of those other targets. The
|
||||
targets that need the other targets are called
|
||||
<firstterm>dependent</firstterm> targets.
|
||||
When a building a target <filename>X</filename> depends on first
|
||||
building another target <filename>Y</filename> (such as a
|
||||
library that must be linked with <firstterm>X</firstterm>),
|
||||
<filename>Y</filename> is called a
|
||||
<firstterm>dependency</firstterm> of <filename>X</filename> and
|
||||
<filename>X</filename> is termed a
|
||||
<firstterm>dependent</firstterm> of <filename>Y</filename>.
|
||||
</para>
|
||||
|
||||
<para>To get a feeling of target dependencies, let's continue the
|
||||
|
||||
Reference in New Issue
Block a user