do not abort on errors in included Makefiles

svn path=/trunk/; revision=34806
This commit is contained in:
paul 2017-01-02 14:19:05 +00:00
parent b7fa6c3c21
commit 252f29acc4

View File

@ -13,7 +13,7 @@ SUBDIRS := $(shell find */* -name "Makefile" | xargs --max-args=1 dirname)
subdirs: $(SUBDIRS)
$(SUBDIRS):
$(MAKE) -C $@
$(MAKE) -k -C $@ || true
# -----------------------------------------------------------------------------
# Handle local menus