diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-08-17 14:45:05 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-08-17 14:45:05 +0200 |
commit | e677af4cb380e42b750a85f158fd33e491832489 (patch) | |
tree | 23e4ce280473b4b3390b25b515cb72c93d3d3652 /CC/auto/RULES | |
parent | 54bb2a33b3e36123f8f411f77ec8e76f5b021e3d (diff) | |
parent | 78540814ad421bc02a4f6c7396d81c38c95ef503 (diff) | |
download | rules-cc-e677af4cb380e42b750a85f158fd33e491832489.tar.gz |
Merge branch 'just-rules' into rules
Diffstat (limited to 'CC/auto/RULES')
-rw-r--r-- | CC/auto/RULES | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/CC/auto/RULES b/CC/auto/RULES index 0e156c9..860db01 100644 --- a/CC/auto/RULES +++ b/CC/auto/RULES @@ -1015,6 +1015,11 @@ , "target configuration. In the usual case, a target using this rule is" , "configured by depending on it from a target that uses the built-in" , "\"configure\" rule." + , "" + , "The actual generation of the header file from the template" + , "is done by the implicit dependency on the \"runner\" target which" + , "can be changed globally by setting this target in the" + , "target layer of this repository." ] , "field_doc": { "output": @@ -1045,7 +1050,7 @@ , "last": "last_list_entry" , "stage_singleton_field": ["", "stage_singleton_field"] } - , "implicit": {"runner": ["config_runner.py"]} + , "implicit": {"runner": ["runner"]} , "expression": { "type": "let*" , "bindings": |