fix some bashisms, hopefully makes "check" work again in cmd.exe

This commit is contained in:
mrdudz
2022-11-05 19:41:02 +01:00
parent 699ba1fbd6
commit bf924395fb
4 changed files with 32 additions and 18 deletions

View File

@@ -761,6 +761,7 @@ TARGETS := \
define TARGET_recipe
@echo making targettest for: $(T)
@$(MAKE) -j2 SYS:=$(T)
@$(MAKE) --no-print-directory clean SYS:=$(T)