Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-10-17 14:38:01 +03:00
parent 1c729e9be0
commit 254b3df01d

View File

@ -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