build.mk: extended error regex yet again

This time it's

  xorriso : FAILURE : -volid: Text too long (33 > 32)

and todo-- as well.
This commit is contained in:
Michael Shigorin 2012-12-26 23:39:50 +02:00
parent b9e93b699e
commit bd606e6c60

View File

@ -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)