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

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