diff --git a/lib/build.mk b/lib/build.mk index 9790e820..2bfc806b 100644 --- a/lib/build.mk +++ b/lib/build.mk @@ -3,7 +3,7 @@ ANSI_OK ?= 1;32 ANSI_FAIL ?= 1;31 MAX_ERRORS = 3 -GOTCHA := ^(((\*\* )?(E:|[Ee]rror|[Ww]arning).*)|(.* (conflicts|Depends:) .*)|(.* (Stop|failed|not found)\.))$$ +GOTCHA := ^(((\*\* )?(E:|[Ee]rror|[Ww]arning).*)|(.* (FAILURE|FATAL|ERROR|conflicts|Depends:) .*)|(.* (Stop|failed|not found)\.))$$ ifndef MKIMAGE_PROFILES $(error this makefile is designed to be included in toplevel one)