diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-12-16 11:57:54 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-12-16 11:57:54 +0100 |
commit | 76aef9ba5b3cc12de7df89b4599cb648af8e0978 (patch) | |
tree | ff146565b95e83c6ba525e0e81c37c02be776dbc | |
parent | 4e36e6a659d990582933e5a0cb6ae349915ad8ef (diff) | |
download | rules-cc-76aef9ba5b3cc12de7df89b4599cb648af8e0978.tar.gz |
Update derived files
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -454,7 +454,7 @@ Library produced by generic shell commands with toolchain support. | `"lib_prefix"` | Prefix where libraries will be installed by Make. Individual directory components are joined with `"/"`. Defaults to `"lib"` if not set. | | `"pc_prefix"` | Prefix where pkg-config files will be installed by Make. Individual directory components are joined with `"/"`. Defaults to `"lib/pkgconfig"` if not set. | | `"resolve_symlinks"` | Resolve all symlinks in the install directory. This operation is performed immediately after `"cmds"` were executed. | -| `"project"` | The project directory. It should contain a single tree artifact. It's path can be accessed via the `"WORKDIR"` variable. | +| `"project"` | The project directory. The disjoint union of the artifacts of the targets specified here are taken as project directory. Its path can be accessed via the `"WORKDIR"` variable. | | `"localbase"` | Artifacts to stage to `"LOCALBASE"`. | | `"deps"` | Public dependency on other CC libraries. | @@ -475,7 +475,7 @@ Data produced by generic shell commands with toolchain support. | `"outs"` | Paths to the produced output files in `"DESTDIR"`. | | `"out_dirs"` | Paths to the produced output directories in `"DESTDIR"`. | | `"resolve_symlinks"` | Resolve all symlinks in the install directory. This operation is performed immediately after `"cmds"` were executed. | -| `"project"` | The project directory. It should contain a single tree artifact. It's path can be accessed via the `"WORKDIR"` variable. | +| `"project"` | The project directory. The disjoint union of the artifacts of the targets specified here are taken as project directory. Its path can be accessed via the `"WORKDIR"` variable. | | `"localbase"` | Artifacts to stage to `"LOCALBASE"`. | | `"deps"` | CC targets to install to `"LOCALBASE"`. | |