Clean up logging and error handling
All checks were successful
the build was successful

This commit is contained in:
2019-03-11 20:53:35 +01:00
parent fa0965202c
commit 89954e37cf
5 changed files with 46 additions and 50 deletions

View File

@@ -18,7 +18,8 @@ SUBDIRS := $(shell find */* -name "Makefile" | xargs dirname)
all: $(SUBDIRS)
$(SUBDIRS): .FORCE
$(MAKE) -j -k -C $@ || true
@echo "* Preparing subdirectory $*"
@$(MAKE) -j -k -C $@
# -----------------------------------------------------------------------------
# Handle local menus