Migrate makefile utilities to sub-directory (#14917)

This commit is contained in:
Joel Challis
2021-10-28 01:07:53 +01:00
committed by GitHub
parent 6c507afcf2
commit b780c797be
10 changed files with 15 additions and 11 deletions

View File

@@ -425,7 +425,8 @@ define SET_SILENT_MODE
endif
endef
include $(ROOT_DIR)/message.mk
include paths.mk
include $(BUILDDEFS_PATH)/message.mk
ifeq ($(strip $(BREAK_ON_ERRORS)), yes)
HANDLE_ERROR = exit 1