summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-12-16 11:36:42 +0100
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-12-16 11:50:43 +0100
commit7d844c30d0e37e86549fed51c5c9ac0f065af7cd (patch)
tree85a143af61fde1eeb772405725f30902004bfc18
parent93851726b5231c20f4fa048424bd50edf9faedbc (diff)
downloadrules-cc-7d844c30d0e37e86549fed51c5c9ac0f065af7cd.tar.gz
"CC/foreign/shell" rules: fix documentation
... to match what the rule actually does.
-rw-r--r--CC/foreign/shell/RULES10
1 files changed, 6 insertions, 4 deletions
diff --git a/CC/foreign/shell/RULES b/CC/foreign/shell/RULES
index ed96aa3..255a715 100644
--- a/CC/foreign/shell/RULES
+++ b/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"