]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
[ng] rename: am__ensure_target_dir_exists -> am.cmd.ensure-target-dir-exists
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 31 Jul 2012 17:24:05 +0000 (19:24 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 1 Aug 2012 08:06:07 +0000 (10:06 +0200)
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
lib/am/common-targets.mk
lib/am/depend2.am
lib/am/header-vars.mk
lib/am/lex.am
lib/am/library.am
lib/am/ltlibrary.am
lib/am/program.am
lib/am/texi-vers.am
lib/am/texibuild.mk
lib/am/yacc.am

index 772c340f54aabbb60d57ac2f35e0410125395291..ec7fbc251331bcacc45ad343da821c40ad968471 100644 (file)
@@ -163,6 +163,6 @@ all check install: | $(am.built-early)
 else
 $(foreach x,$(am.built-early),$(eval -include .am/built-sources/$(x)))
 .am/built-sources/%: | %
-       @$(am__ensure_target_dir_exists)
+       @$(am.cmd.ensure-target-dir-exists)
        @touch $@
 endif
index d52af034ebe1f6054bde651b119cfc6f8e696613..da3e4b58dd59acad22b65b5504538dab71c87833 100644 (file)
@@ -54,7 +54,7 @@ if %FASTDEP%
        %SILENT%$(am__mv) $(am__depbase).Tpo $(am__depbase).Po
 else !%FASTDEP%
 if !%AMDEP%
-       %SILENT%$(am__ensure_target_dir_exists)
+       %SILENT%$(am.cmd.ensure-target-dir-exists)
 else %AMDEP%
        %SILENT%$(am__ensure_depdir)
        %VERBOSE%object=$@ libtool=no @AMDEPBACKSLASH@
@@ -76,7 +76,7 @@ if %FASTDEP%
        %SILENT%$(am__mv) $(am__depbase).Tpo $(am__depbase).Plo
 else !%FASTDEP%
 if !%AMDEP%
-       %SILENT%$(am__ensure_target_dir_exists)
+       %SILENT%$(am.cmd.ensure-target-dir-exists)
 else %AMDEP%
        %SILENT%$(am__ensure_depdir)
        %VERBOSE%object=$@ libtool=yes @AMDEPBACKSLASH@
index f899813360a698aee915d9f4f9d1cdea96960d42..11188975579fe49567b0db923c037a5ce6d1b48f 100644 (file)
@@ -132,7 +132,7 @@ am.cmd.ensure-dir-exists = \
 
 # Ensure the directory containing the target of the current recipe
 # exists, by creating it if necessary.
-am__ensure_target_dir_exists = $(call am.cmd.ensure-dir-exists,$(@D))
+am.cmd.ensure-target-dir-exists = $(call am.cmd.ensure-dir-exists,$(@D))
 
 # The 'all' target must be the default one, independently from the
 # position it is declared in the output Makefile.
index 5d039f5e92efe6ac4b762e52876cd73c36ddf01d..7d414f56faddd272b81fe1d5cf409f4958011647 100644 (file)
@@ -23,7 +23,7 @@ endif %?MAINTAINER-MODE%
 
 ?GENERIC?%%DERIVED-EXT%: %%EXT%
 ?!GENERIC?%OBJ%: %SOURCE%
-       %SILENT%$(am__ensure_target_dir_exists)
+       %SILENT%$(am.cmd.ensure-target-dir-exists)
 ?GENERIC?      %VERBOSE%$(am.lex.maybe-skip) \
 ?!GENERIC??DIST_SOURCE?        %VERBOSE%$(am.lex.maybe-skip) \
        $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c %OBJ% -- %COMPILE%
index 0d5ac9e700defcd4d1f7871f47cb216c237d5e36..76adec21c7679518f89b0b134c98bbf0b3fc736a 100644 (file)
@@ -16,6 +16,6 @@
 %LIBRARY%: $(%XLIBRARY%_OBJECTS) $(%XLIBRARY%_DEPENDENCIES) \
            $(EXTRA_%XLIBRARY%_DEPENDENCIES)
        %SILENT%rm -f $@
-       %SILENT%$(am__ensure_target_dir_exists)
+       %SILENT%$(am.cmd.ensure-target-dir-exists)
        %VERBOSE%$(%XLIBRARY%_AR) $@ $(%XLIBRARY%_OBJECTS) $(%XLIBRARY%_LIBADD)
        %SILENT%$(RANLIB) $@
index 371e31c13f9ae7d934c78ffa83470f04eef2912a..3e62eb854fda2ba2584c09774a98038e83f0c258 100644 (file)
@@ -15,5 +15,5 @@
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 %LTLIBRARY%: $(%XLTLIBRARY%_OBJECTS) $(%XLTLIBRARY%_DEPENDENCIES) \
              $(EXTRA_%XLTLIBRARY%_DEPENDENCIES)
-       %SILENT%$(am__ensure_target_dir_exists)
+       %SILENT%$(am.cmd.ensure-target-dir-exists)
        %VERBOSE%$(%XLINK%) %RPATH% $(%XLTLIBRARY%_OBJECTS) $(%XLTLIBRARY%_LIBADD) $(LIBS)
index b444bd933e27017922c34281f8284c2957e0b682..a7a79e6b9d8f105c6acee30ae5dd8a76f19185e2 100644 (file)
@@ -21,5 +21,5 @@
 ## Or maybe not... sadly, incremental linkers are rarer than losing
 ## systems.
        %SILENT%rm -f $@
-       %SILENT%$(am__ensure_target_dir_exists)
+       %SILENT%$(am.cmd.ensure-target-dir-exists)
        %VERBOSE%$(%XLINK%) $(%XPROGRAM%_OBJECTS) $(%XPROGRAM%_LDADD) $(LIBS)
index afacbc88db16a52795be4a6b9e26e6fe8175bd94..2d5789eb4f36270cf79655ca795250067daec4ae 100644 (file)
@@ -27,7 +27,7 @@ am.dist.common-files += %VTEXI% %STAMPVTI%
 ## (Not configure.ac, because not all setups define the version number
 ## in this file.)
 %STAMPVTI%: %TEXI% $(top_srcdir)/configure
-       @$(am__ensure_target_dir_exists)
+       @$(am.cmd.ensure-target-dir-exists)
        @(set `$(SHELL) $(am.conf.aux-dir)/mdate-sh $<`; \
        echo "@set UPDATED $$1 $$2 $$3"; \
        echo "@set UPDATED-MONTH $$2 $$3"; \
index aad09a14d122a892a9eddfa243fbf8de27b2c015..cbd900548cc9083ac3ed39012fb5bdd52d9c19da 100644 (file)
@@ -21,7 +21,7 @@ MAKEINFOHTML = $(MAKEINFO) --html
 AM_MAKEINFOHTMLFLAGS ?= $(AM_MAKEINFOFLAGS)
 
 define am__texibuild_dvi_or_pdf
-       $1$(am__ensure_target_dir_exists) && \
+       $1$(am.cmd.ensure-target-dir-exists) && \
        TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
 ## Must set MAKEINFO like this so that version.texi will be found even
 ## if it is in srcdir.
@@ -43,7 +43,7 @@ define am__texibuild_dvi_or_pdf
 endef
 
 define am__texibuild_info
-       $(if $1,,@$(am__ensure_target_dir_exists))
+       $(if $1,,@$(am.cmd.ensure-target-dir-exists))
 ## Back up the info files before running makeinfo. This is the cheapest
 ## way to ensure that
 ## 1) If the texinfo file shrinks (or if you start using --no-split),
@@ -78,7 +78,7 @@ define am__texibuild_info
 endef
 
 define am__texibuild_html
-       $(AM_V_MAKEINFO)$(am__ensure_target_dir_exists) \
+       $(AM_V_MAKEINFO)$(am.cmd.ensure-target-dir-exists) \
 ## When --split (the default) is used, makeinfo will output a
 ## directory.  However it will not update the time stamp of a
 ## previously existing directory, and when the names of the nodes
index b621687487dcae0d580a40d733d253be55484ba6..5cff9ba6210591b5b82d0089f6a9a0deb1a9ed7b 100644 (file)
@@ -41,7 +41,7 @@ endif %?FIRST%
 
 ?GENERIC?%%DERIVED-EXT%: %%EXT%
 ?!GENERIC?%OBJ%: %SOURCE%
-       %SILENT%$(am__ensure_target_dir_exists)
+       %SILENT%$(am.cmd.ensure-target-dir-exists)
        %VERBOSE% \
 ?GENERIC?      $(am.yacc.maybe-skip) \
 ?!GENERIC??DIST_SOURCE?        $(am.yacc.maybe-skip) \