diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-05-13 11:07:43 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-05-15 13:45:18 +0200 |
commit | d246c53e66b22c7a5b2bb273be5478dba2467357 (patch) | |
tree | 209344799a8a51549d8ef27095ff657aeee25d9d /shell/TARGETS | |
parent | 07924d28e81fe36ddb8e020552a7392fcf1227a0 (diff) | |
download | rules-cc-d246c53e66b22c7a5b2bb273be5478dba2467357.tar.gz |
Add shell defaults
So far, our rules, where depending on the shell, implicitly use
"normal" defaults, hard-coded in the rules. Support configuring
those in a default target, in the same way we do so for other tools,
like the C compiler. In this, it is also possible to bring your
own shell, built as a (compiled) target.
Diffstat (limited to 'shell/TARGETS')
-rw-r--r-- | shell/TARGETS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/TARGETS b/shell/TARGETS new file mode 100644 index 0000000..705d1d7 --- /dev/null +++ b/shell/TARGETS @@ -0,0 +1 @@ +{"defaults": {"type": "defaults"}} |