diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-05-13 10:06:07 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-05-21 15:08:26 +0200 |
commit | 87d4eac4664ff520890000d68ce43b493df171a3 (patch) | |
tree | d4e0d9c307b96e9d364c73a224b2512cde34ecf5 | |
parent | 5eb497599f996df41754b8f126a413ae317f48ce (diff) | |
download | justbuild-87d4eac4664ff520890000d68ce43b493df171a3.tar.gz |
Add default targets for the upcoming shell toolchain
(cherry-picked from aea775ed362a1d8e3c6a1e7d87a793bfdcddfb0f)
-rw-r--r-- | etc/defaults/shell/TARGETS | 3 | ||||
-rw-r--r-- | etc/defaults/shell/TARGETS.absl | 3 | ||||
-rw-r--r-- | etc/defaults/shell/TARGETS.archive | 3 | ||||
-rw-r--r-- | etc/defaults/shell/TARGETS.boringssl | 3 | ||||
-rw-r--r-- | etc/defaults/shell/TARGETS.curl | 3 | ||||
-rw-r--r-- | etc/defaults/shell/TARGETS.git2 | 3 | ||||
-rw-r--r-- | etc/defaults/shell/TARGETS.just | 3 | ||||
-rw-r--r-- | etc/toolchain/shell/TARGETS | 1 |
8 files changed, 22 insertions, 0 deletions
diff --git a/etc/defaults/shell/TARGETS b/etc/defaults/shell/TARGETS new file mode 100644 index 00000000..b3fc3c53 --- /dev/null +++ b/etc/defaults/shell/TARGETS @@ -0,0 +1,3 @@ +{ "defaults": + {"type": "defaults", "base": [["@", "toolchain", "shell", "defaults"]]} +} diff --git a/etc/defaults/shell/TARGETS.absl b/etc/defaults/shell/TARGETS.absl new file mode 100644 index 00000000..f3b3ec0d --- /dev/null +++ b/etc/defaults/shell/TARGETS.absl @@ -0,0 +1,3 @@ +{ "defaults": + {"type": "defaults", "base": [["@", "base", "shell", "defaults"]]} +} diff --git a/etc/defaults/shell/TARGETS.archive b/etc/defaults/shell/TARGETS.archive new file mode 100644 index 00000000..f3b3ec0d --- /dev/null +++ b/etc/defaults/shell/TARGETS.archive @@ -0,0 +1,3 @@ +{ "defaults": + {"type": "defaults", "base": [["@", "base", "shell", "defaults"]]} +} diff --git a/etc/defaults/shell/TARGETS.boringssl b/etc/defaults/shell/TARGETS.boringssl new file mode 100644 index 00000000..f3b3ec0d --- /dev/null +++ b/etc/defaults/shell/TARGETS.boringssl @@ -0,0 +1,3 @@ +{ "defaults": + {"type": "defaults", "base": [["@", "base", "shell", "defaults"]]} +} diff --git a/etc/defaults/shell/TARGETS.curl b/etc/defaults/shell/TARGETS.curl new file mode 100644 index 00000000..f3b3ec0d --- /dev/null +++ b/etc/defaults/shell/TARGETS.curl @@ -0,0 +1,3 @@ +{ "defaults": + {"type": "defaults", "base": [["@", "base", "shell", "defaults"]]} +} diff --git a/etc/defaults/shell/TARGETS.git2 b/etc/defaults/shell/TARGETS.git2 new file mode 100644 index 00000000..f3b3ec0d --- /dev/null +++ b/etc/defaults/shell/TARGETS.git2 @@ -0,0 +1,3 @@ +{ "defaults": + {"type": "defaults", "base": [["@", "base", "shell", "defaults"]]} +} diff --git a/etc/defaults/shell/TARGETS.just b/etc/defaults/shell/TARGETS.just new file mode 100644 index 00000000..f3b3ec0d --- /dev/null +++ b/etc/defaults/shell/TARGETS.just @@ -0,0 +1,3 @@ +{ "defaults": + {"type": "defaults", "base": [["@", "base", "shell", "defaults"]]} +} diff --git a/etc/toolchain/shell/TARGETS b/etc/toolchain/shell/TARGETS new file mode 100644 index 00000000..705d1d7f --- /dev/null +++ b/etc/toolchain/shell/TARGETS @@ -0,0 +1 @@ +{"defaults": {"type": "defaults"}} |