From 9c8b7750be573fbe40bdb3dc4c2a9a5390970b39 Mon Sep 17 00:00:00 2001 From: "John Hodge (sonata)" Date: Sat, 1 Dec 2012 11:35:20 +0800 Subject: [PATCH 1/1] Externals/ACPICA - More descriptive error message --- Externals/ACPICA/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Externals/ACPICA/Makefile b/Externals/ACPICA/Makefile index e4618e44..761b5ec4 100644 --- a/Externals/ACPICA/Makefile +++ b/Externals/ACPICA/Makefile @@ -11,7 +11,9 @@ _LATEST := $(lastword $(_VERS)) ifeq ($(ACPICAVER),) ifeq ($(_LATEST),) - $(error No ACPICA archive found (acpica-unix-%.tar.gz)) + $(warning Unable to find an archive matching acpica-unix-%.tar.gz) + $(warning Go to https://www.acpica.org/downloads/ to get it) + $(error No ACPICA archive found) endif ifneq ($(_LATEST),$(_VERS)) -- 2.20.1