From fdc8d50f392052d4bf7e88b06688c1e37b87a9f2 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Tue, 12 Jun 2018 14:10:45 -0400 Subject: [PATCH] Make arch.mk error more verbose --- arch.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch.mk b/arch.mk index 645b1ab6..5a86caa9 100644 --- a/arch.mk +++ b/arch.mk @@ -16,5 +16,5 @@ else ifneq (, $(findstring linux, $(MACHINE))) ARCH_LIN := 1 ARCH := lin else -$(error Could not determine architecture. Try hacking around in arch.mk) +$(error Could not determine architecture of $(MACHINE). Try hacking around in arch.mk) endif