summaryrefslogtreecommitdiffstats
path: root/rules/module-init-tools.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2005-09-28 15:01:53 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2005-09-28 15:01:53 +0000
commit4cde7ab3c1d8076d17cc2389cd4bc6ea984b6706 (patch)
tree7a457568df9abc80bf83063d24896ee48dd91eee /rules/module-init-tools.make
parent654e7acff28f9c3d6ebecdc5b5fe77dc9e109da0 (diff)
downloadptxdist-4cde7ab3c1d8076d17cc2389cd4bc6ea984b6706.tar.gz
ptxdist-4cde7ab3c1d8076d17cc2389cd4bc6ea984b6706.tar.xz
merge: backports from 0.9
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@3172 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/module-init-tools.make')
-rw-r--r--rules/module-init-tools.make12
1 files changed, 6 insertions, 6 deletions
diff --git a/rules/module-init-tools.make b/rules/module-init-tools.make
index 0a8f6c8b2..ef463edf6 100644
--- a/rules/module-init-tools.make
+++ b/rules/module-init-tools.make
@@ -37,7 +37,7 @@ module-init-tools_get_deps = $(MODULE_INIT_TOOLS_SOURCE)
$(STATEDIR)/module-init-tools.get: $(module-init-tools_get_deps)
@$(call targetinfo, $@)
@$(call get_patches, $(MODULE_INIT_TOOLS))
- touch $@
+ $(call touch, $@)
$(MODULE_INIT_TOOLS_SOURCE):
@$(call targetinfo, $@)
@@ -56,7 +56,7 @@ $(STATEDIR)/module-init-tools.extract: $(module-init-tools_extract_deps)
@$(call clean, $(MODULE_INIT_TOOLS_DIR))
@$(call extract, $(MODULE_INIT_TOOLS_SOURCE))
@$(call patchin, $(MODULE_INIT_TOOLS), $(MODULE_INIT_TOOLS_DIR))
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Prepare
@@ -82,7 +82,7 @@ $(STATEDIR)/module-init-tools.prepare: $(module-init-tools_prepare_deps)
cd $(MODULE_INIT_TOOLS_DIR) && \
$(MODULE_INIT_TOOLS_PATH) $(MODULE_INIT_TOOLS_ENV) \
./configure $(MODULE_INIT_TOOLS_AUTOCONF)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Compile
@@ -95,7 +95,7 @@ module-init-tools_compile_deps = $(STATEDIR)/module-init-tools.prepare
$(STATEDIR)/module-init-tools.compile: $(module-init-tools_compile_deps)
@$(call targetinfo, $@)
$(MODULE_INIT_TOOLS_PATH) make -C $(MODULE_INIT_TOOLS_DIR) $(MODULE_INIT_TOOLS_MAKEVARS)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Install
@@ -105,7 +105,7 @@ module-init-tools_install: $(STATEDIR)/module-init-tools.install
$(STATEDIR)/module-init-tools.install: $(STATEDIR)/module-init-tools.compile
@$(call targetinfo, $@)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Target-Install
@@ -148,7 +148,7 @@ endif
@$(call install_finish)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Clean