diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-06-28 16:55:37 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-06-28 18:10:01 +0200 |
commit | 902d1c66ad7961896206fac0ab52625495128820 (patch) | |
tree | a7958247dda3fdc0731fe118ad0f5dce7e76f43d /doc/concepts | |
parent | 21481c72129ba81c3f22c531b45945924f9c780c (diff) | |
download | justbuild-902d1c66ad7961896206fac0ab52625495128820.tar.gz |
doc: Fix description of built-in rule generic
Diffstat (limited to 'doc/concepts')
-rw-r--r-- | doc/concepts/built-in-rules.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/concepts/built-in-rules.md b/doc/concepts/built-in-rules.md index 3672df36..319d0d82 100644 --- a/doc/concepts/built-in-rules.md +++ b/doc/concepts/built-in-rules.md @@ -94,8 +94,8 @@ order of the targets in the evaluated `"deps"` argument. The fields `"cmds"`, `"out_dirs"`, `"outs"`, and `"env"` are evaluated fields where `"cmds"`, `"out_dirs"`, and `"outs"` have to evaluate to a list of strings, and `"env"` has to evaluate to a map of strings. During -their evaluation, the functions `"out_dirs"`, `"outs"` and `"runfiles"` -can be used to access the logical paths of the directories, artifacts +their evaluation, the functions `"outs"` and `"runfiles"` +can be used to access the logical paths of the artifacts and runfiles, respectively, of a target specified in `"deps"`. Here, `"env"` specifies the environment in which the action is carried out. `"out_dirs"` and `"outs"` define the output directories and files, |