1
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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