as suggested by Oliver:

- only output messages if MAKELEVEL is 0
- indent nested ifeq
- use if (,) syntax
This commit is contained in:
mrdudz
2021-05-16 22:24:35 +02:00
parent 1450f146a5
commit ce487651b0
4 changed files with 22 additions and 11 deletions

View File

@@ -344,7 +344,9 @@ samples: $(EXELIST_$(SYS))
# empty target used to skip systems that will not work with any program in this dir
notavailable:
@echo "warning: generic samples not available for" $(SYS)
ifeq ($(MAKELEVEL),0)
@echo "info: generic samples not available for" $(SYS)
endif
disk: $(DISK_$(SYS))