diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-12-16 11:57:22 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-12-16 11:57:22 +0100 |
commit | 4e36e6a659d990582933e5a0cb6ae349915ad8ef (patch) | |
tree | 159081064e85e403377ceb42cd08bdd362611402 | |
parent | 0eb56d57a2f24c603981f34b5dfe21e14e810cfc (diff) | |
parent | 7d844c30d0e37e86549fed51c5c9ac0f065af7cd (diff) | |
download | rules-cc-4e36e6a659d990582933e5a0cb6ae349915ad8ef.tar.gz |
Merge subtree 'rules' into rules-cc
-rw-r--r-- | rules/CC/foreign/shell/RULES | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/rules/CC/foreign/shell/RULES b/rules/CC/foreign/shell/RULES index ed96aa3..255a715 100644 --- a/rules/CC/foreign/shell/RULES +++ b/rules/CC/foreign/shell/RULES @@ -33,8 +33,9 @@ } , "field_doc": { "project": - [ "The project directory. It should contain a single tree artifact." - , "It's path can be accessed via the \"WORKDIR\" variable." + [ "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\"."] @@ -262,8 +263,9 @@ } , "field_doc": { "project": - [ "The project directory. It should contain a single tree artifact." - , "It's path can be accessed via the \"WORKDIR\" variable." + [ "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." ] , "name": [ "The name of the library (without leading \"lib\" or trailing file name" |