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-15 11:24:41 +0200 |
commit | aea775ed362a1d8e3c6a1e7d87a793bfdcddfb0f (patch) | |
tree | e44985575e82eb250253de14150d5c5afa2e2c9c /etc | |
parent | fd1db5e9446c9f4cb6f9bd2e7162b6a3cffae24d (diff) | |
download | justbuild-aea775ed362a1d8e3c6a1e7d87a793bfdcddfb0f.tar.gz |
Add default targets for the upcoming shell toolchainv1.4.0-alpha+20240515
Diffstat (limited to 'etc')
-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"}} |