]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
[ng] rename: am__error -> am.error
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 21 Jul 2012 09:52:49 +0000 (11:52 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 21 Jul 2012 11:54:59 +0000 (13:54 +0200)
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
lib/am/check-typos.am
lib/am/header-vars.am
lib/am/parallel-tests.am

index ebc0402e6eaaa16a1d696dffbf244fed30a4f89c..b752b5916c6e22149be154fd22b9a70b9cef6f2a 100644 (file)
@@ -88,8 +88,8 @@ endef
 define .am/vartypos/check
 $(eval $0/canon := $(call .am/vartypos/canon-name-from-var,$1))
 $(if $(filter $($0/canon),$(.am/vartypos/known-canon-proglibs)),, \
-     $(call am__error,variable '$1' is defined but no program) \
-     $(call am__error,  or library has '$($0/canon)' as canonical name))
+     $(call am.error,variable '$1' is defined but no program) \
+     $(call am.error,  or library has '$($0/canon)' as canonical name))
 endef
 
 # The variables candidate for checking of typos.
index 0549eaa191da3d2cc1c6e70f2d6ef53a5ba4d692..7a4e8b59225ce568a6c717449fb7d6690dcb5093 100644 (file)
@@ -33,7 +33,7 @@ MAKEFLAGS += --no-builtin-rules
 ## 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 :=
-define am__error
+define am.error
 $(warning $1)$(eval am__seen_error := yes)
 endef
 
index 83b90d5114f13ada82c7a785c5f00a11b18bdd09..0d848773a8c77c53b252a0f344362c0e12453cc6 100644 (file)
@@ -88,7 +88,7 @@ am__tpfx = \
 ## FIXME: we want that?
 !TEST_EXTENSIONS ?= .test
 !$(foreach am__e,$(filter-out .%,$(TEST_EXTENSIONS)),\
-!     $(call am__error,invalid test extension: '$(am__e)'))
+!     $(call am.error,invalid test extension: '$(am__e)'))
 !$(foreach am__e,$(TEST_EXTENSIONS), \
 !  $(eval $(call am__handle_per_suffix_test,$(am__e))))
 ## It is *imperative* that the "empty" suffix goes last.  Otherwise, a