diff options
author | Oliver Reiche <oliver.reiche@gmail.com> | 2023-12-29 18:46:18 +0100 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2024-01-10 13:21:17 +0100 |
commit | aea952933058d1f71173f142fc1ec55a14849f48 (patch) | |
tree | d857fde70509d77e9aa35a1c0e986b217c54c942 /etc/scripts/TARGETS | |
parent | 19faf1fa1f5aff4854377824e6d4a8b9c0c09032 (diff) | |
download | bootstrappable-toolchain-aea952933058d1f71173f142fc1ec55a14849f48.tar.gz |
stage-0/busybox: Bootstrap via proper Justbuild target
Diffstat (limited to 'etc/scripts/TARGETS')
-rw-r--r-- | etc/scripts/TARGETS | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/etc/scripts/TARGETS b/etc/scripts/TARGETS index 1fb0454..a3f7fa0 100644 --- a/etc/scripts/TARGETS +++ b/etc/scripts/TARGETS @@ -1,5 +1 @@ -{ "bootstrap-busybox": - {"type": "install", "deps": [["TREE", null, "bootstrap-busybox"]]} -, "bootstrap-ar": {"type": "install", "deps": ["bootstrap-ar.sh"]} -, "bootstrap-make": {"type": "install", "deps": ["bootstrap-make.sh"]} -} +{"bootstrap-ar": {"type": "install", "deps": ["bootstrap-ar.sh"]}} |