diff options
author | Nick Brassel <nick@tzarc.org> | 2022-02-05 12:32:31 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-04 17:32:31 -0800 |
commit | e987ce16525137efb50ce02a6552384851b49f88 (patch) | |
tree | 7d884608e7913d8f4c95c088d4fa6c7108c3aeef /build_layout.mk | |
parent | 45406c0ca2649a16e28ce1020adb5fb8588220ca (diff) |
Standardise error output. (#16220)
Diffstat (limited to 'build_layout.mk')
-rw-r--r-- | build_layout.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_layout.mk b/build_layout.mk index b4b00793ea..6166bd847c 100644 --- a/build_layout.mk +++ b/build_layout.mk @@ -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 |