diff options
Diffstat (limited to 'rules/CC/foreign/shell/RULES')
-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" |