summaryrefslogtreecommitdiff
path: root/build_layout.mk
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2022-02-05 12:32:31 +1100
committerGitHub <noreply@github.com>2022-02-04 17:32:31 -0800
commite987ce16525137efb50ce02a6552384851b49f88 (patch)
tree7d884608e7913d8f4c95c088d4fa6c7108c3aeef /build_layout.mk
parent45406c0ca2649a16e28ce1020adb5fb8588220ca (diff)
Standardise error output. (#16220)
Diffstat (limited to 'build_layout.mk')
-rw-r--r--build_layout.mk2
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