From: John Hodge (sonata) Date: Sat, 1 Dec 2012 03:35:20 +0000 (+0800) Subject: Externals/ACPICA - More descriptive error message X-Git-Tag: rel0.15~624 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=9c8b7750be573fbe40bdb3dc4c2a9a5390970b39;p=tpg%2Facess2.git Externals/ACPICA - More descriptive error message --- 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))