From 4fa5efa1f520fd58da16f09d74998c944bc3a14d Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Thu, 17 Aug 2023 14:39:06 +0200 Subject: ["CC/auto", "config_file"] rename implicit target ... and mention it at the appropriate part of the documentation. While there, also provide a default TARGETS file. --- CC/auto/RULES | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'CC/auto/RULES') 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": -- cgit v1.2.3