From 254b3df01d573c5ad309d07cead756ea3018bc75 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 17 Oct 2024 14:38:01 +0300 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 5dee09a..6f0d1fc 100644 --- a/Makefile +++ b/Makefile @@ -60,12 +60,12 @@ check: check-message $(foreach dep,$(DEPENDENCIES),require($(dep))) FORCE: -%-bootstrap: - BOOTSTRAP=1 make $* +%-bootstrap: export BOOTSTRAP=1 +%-bootstrap: % -%-bootstrap-clean: - BOOTSTRAP_CLEAN=1 make $* +%-bootstrap-clean: export BOOTSTRAP_CLEAN=1 +%-bootstrap-clean: % %: config %/make.sh FORCE