]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
[ng] rename: am__seen_error -> am.error.seen
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 21 Jul 2012 10:00:19 +0000 (12:00 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 21 Jul 2012 11:56:07 +0000 (13:56 +0200)
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
automake.in
lib/am/header-vars.am

index 08637c0d23fc2355e0b91531303eebf4d9db8171..7dcee9c6a7a8147ded35724feaaf0831cdc446d7 100644 (file)
@@ -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";
 
index 7a4e8b59225ce568a6c717449fb7d6690dcb5093..7236305e85007f84b20adb41861b99ab774315a4 100644 (file)
@@ -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