Externals/ACPICA - More descriptive error message
authorJohn Hodge (sonata) <[email protected]>
Sat, 1 Dec 2012 03:35:20 +0000 (11:35 +0800)
committerJohn Hodge (sonata) <[email protected]>
Sat, 1 Dec 2012 03:35:20 +0000 (11:35 +0800)
Externals/ACPICA/Makefile

index e4618e4..761b5ec 100644 (file)
@@ -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))

UCC git Repository :: git.ucc.asn.au