Migrate makefile utilities to sub-directory (#14917)
This commit is contained in:
parent
6c507afcf2
commit
b780c797be
10 changed files with 15 additions and 11 deletions
3
Makefile
3
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue