From: Stefano Lattarini Date: Sat, 21 Jul 2012 10:00:19 +0000 (+0200) Subject: [ng] rename: am__seen_error -> am.error.seen X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eae3c514cfdd92241b7bfb63fabc140e349774e1;p=thirdparty%2Fautomake.git [ng] rename: am__seen_error -> am.error.seen Signed-off-by: Stefano Lattarini --- diff --git a/automake.in b/automake.in index 08637c0d2..7dcee9c6a 100644 --- a/automake.in +++ b/automake.in @@ -6986,7 +6986,7 @@ sub generate_makefile ($$) # relevant diagnostic should have already been reported by any # call to the function '$(am.error)', so we just print a generic # "errors seen, stopping" message. - $output_checks .= '$(if $(am__seen_error),' . + $output_checks .= '$(if $(am.error.seen),' . '$(error Some Automake-NG error occurred))' . "\n"; diff --git a/lib/am/header-vars.am b/lib/am/header-vars.am index 7a4e8b592..7236305e8 100644 --- a/lib/am/header-vars.am +++ b/lib/am/header-vars.am @@ -32,9 +32,9 @@ MAKEFLAGS += --no-builtin-rules ## Declare an error, without immediately terminating the execution (proper ## code will take care later of that). This will allow us to diagnose more ## issues at once, rather than stopping at the first one. -am__seen_error := +am.error.seen := define am.error -$(warning $1)$(eval am__seen_error := yes) +$(warning $1)$(eval am.error.seen := yes) endef # Some problematic characters (especially when used in arguments