From cd7a1a7c78f5c87129cb43cf5196f90995581bc0 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Wed, 6 Apr 2022 12:22:10 +0200 Subject: bin/bootstrap: use top-level default target As the default target is also staged canonically, there is no longer the need for the bootstrap script to know the path and staging output of the internal main target. --- bin/bootstrap.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/bootstrap.py') diff --git a/bin/bootstrap.py b/bin/bootstrap.py index 9eb4a9cc..13d8004e 100755 --- a/bin/bootstrap.py +++ b/bin/bootstrap.py @@ -16,8 +16,8 @@ from pathlib import Path REPOS = "etc/repos.json" BOOTSTRAP_CC = ["clang++", "-std=c++20", "-DBOOTSTRAP_BUILD_TOOL"] MAIN_MODULE = "" -MAIN_TARGET = "just" -MAIN_STAGE = "src/buildtool/main/just" +MAIN_TARGET = "" +MAIN_STAGE = "bin/just" # relevant directories (global variables) -- cgit v1.2.3