Standardise error output. (#16220)
This commit is contained in:
parent
45406c0ca2
commit
e987ce1652
5 changed files with 22 additions and 17 deletions
|
@ -25,7 +25,7 @@ ifneq ($(FORCE_LAYOUT),)
|
|||
$(info Forcing layout: $(FORCE_LAYOUT))
|
||||
LAYOUTS := $(FORCE_LAYOUT)
|
||||
else
|
||||
$(error Forced layout does not exist)
|
||||
$(call CATASTROPHIC_ERROR,Invalid layout,Forced layout does not exist)
|
||||
endif
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue