From 1c729e9be05b8477fc753118707abc9ec0efbb6a Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 17 Oct 2024 14:25:02 +0300 Subject: [PATCH] adding bootstrap... Signed-off-by: Alex A. Naanou --- Makefile | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 55d9926..5dee09a 100644 --- a/Makefile +++ b/Makefile @@ -60,6 +60,14 @@ check: check-message $(foreach dep,$(DEPENDENCIES),require($(dep))) FORCE: +%-bootstrap: + BOOTSTRAP=1 make $* + + +%-bootstrap-clean: + BOOTSTRAP_CLEAN=1 make $* + + %: config %/make.sh FORCE $*/make.sh @@ -97,7 +105,12 @@ gate: gate-traefik # ...not yet sure of the best way to do this... # .PHONY: bootstrap -bootstrap: host +bootstrap: host-bootstrap gate-bootstrap \ + ns \ + bootstrap-clean + +.PHONY: bootstrap-clean +bootstrap-clean: host-bootstrap-clean