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: FORCE:
%-bootstrap: %-bootstrap: export BOOTSTRAP=1
BOOTSTRAP=1 make $* %-bootstrap: %
%-bootstrap-clean: %-bootstrap-clean: export BOOTSTRAP_CLEAN=1
BOOTSTRAP_CLEAN=1 make $* %-bootstrap-clean: %
%: config %/make.sh FORCE %: config %/make.sh FORCE