summaryrefslogtreecommitdiff
path: root/TARGETS
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@huawei.com>2023-05-09 18:47:39 +0200
committerOliver Reiche <oliver.reiche@huawei.com>2023-05-30 10:40:47 +0200
commitf1c9699ed00c6c743482a0dd714e09d83fd24df0 (patch)
treec7f39ab9512304979057911433cb5a9477ade9ac /TARGETS
parenta6723d84f91cc3b9fd15c51c24543d492db68645 (diff)
downloadjustbuild-f1c9699ed00c6c743482a0dd714e09d83fd24df0.tar.gz
just: Install just/just-mr with deps
Diffstat (limited to 'TARGETS')
-rw-r--r--TARGETS6
1 files changed, 4 insertions, 2 deletions
diff --git a/TARGETS b/TARGETS
index 3fbe3e84..ad114865 100644
--- a/TARGETS
+++ b/TARGETS
@@ -64,7 +64,8 @@
]
}
}
-, "installed just": {"type": "install", "files": {"bin/just": "just"}}
+, "installed just":
+ {"type": ["@", "rules", "CC", "install-with-deps"], "targets": ["just"]}
, "exported-just":
{ "type": "export"
, "target": ["src/buildtool/main", "just"]
@@ -119,7 +120,8 @@
}
}
}
-, "installed just-mr": {"type": "install", "files": {"bin/just-mr": "just-mr"}}
+, "installed just-mr":
+ {"type": ["@", "rules", "CC", "install-with-deps"], "targets": ["just-mr"]}
, "exported-just-mr":
{ "type": "export"
, "target": ["src/other_tools/just_mr", "just-mr"]