summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-05-13 10:06:07 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-05-15 11:24:41 +0200
commitaea775ed362a1d8e3c6a1e7d87a793bfdcddfb0f (patch)
treee44985575e82eb250253de14150d5c5afa2e2c9c /etc
parentfd1db5e9446c9f4cb6f9bd2e7162b6a3cffae24d (diff)
downloadjustbuild-1.4.0-alpha+20240515.tar.gz
Add default targets for the upcoming shell toolchainv1.4.0-alpha+20240515
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/shell/TARGETS3
-rw-r--r--etc/defaults/shell/TARGETS.absl3
-rw-r--r--etc/defaults/shell/TARGETS.archive3
-rw-r--r--etc/defaults/shell/TARGETS.boringssl3
-rw-r--r--etc/defaults/shell/TARGETS.curl3
-rw-r--r--etc/defaults/shell/TARGETS.git23
-rw-r--r--etc/defaults/shell/TARGETS.just3
-rw-r--r--etc/toolchain/shell/TARGETS1
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"}}