summaryrefslogtreecommitdiffstats
path: root/rules/blackbox.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/blackbox.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/blackbox.make')
-rw-r--r--rules/blackbox.make12
1 files changed, 6 insertions, 6 deletions
diff --git a/rules/blackbox.make b/rules/blackbox.make
index 7b314d52a..0d67ff38e 100644
--- a/rules/blackbox.make
+++ b/rules/blackbox.make
@@ -36,7 +36,7 @@ blackbox_get_deps = $(BLACKBOX_SOURCE)
$(STATEDIR)/blackbox.get: $(blackbox_get_deps)
@$(call targetinfo, $@)
- touch $@
+ $(call touch, $@)
$(BLACKBOX_SOURCE):
@$(call targetinfo, $@)
@@ -54,7 +54,7 @@ $(STATEDIR)/blackbox.extract: $(blackbox_extract_deps)
@$(call targetinfo, $@)
@$(call clean, $(BLACKBOX_DIR))
@$(call extract, $(BLACKBOX_SOURCE))
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Prepare
@@ -92,7 +92,7 @@ $(STATEDIR)/blackbox.prepare: $(blackbox_prepare_deps)
cd $(BLACKBOX_DIR) && \
$(BLACKBOX_PATH) $(BLACKBOX_ENV) \
./configure $(BLACKBOX_AUTOCONF)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Compile
@@ -105,7 +105,7 @@ blackbox_compile_deps = $(STATEDIR)/blackbox.prepare
$(STATEDIR)/blackbox.compile: $(blackbox_compile_deps)
@$(call targetinfo, $@)
$(BLACKBOX_PATH) make -C $(BLACKBOX_DIR)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Install
@@ -116,7 +116,7 @@ blackbox_install: $(STATEDIR)/blackbox.install
$(STATEDIR)/blackbox.install: $(STATEDIR)/blackbox.compile
@$(call targetinfo, $@)
$(BLACKBOX_PATH) make -C $(BLACKBOX_DIR) install
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Target-Install
@@ -143,7 +143,7 @@ $(STATEDIR)/blackbox.targetinstall: $(blackbox_targetinstall_deps)
@$(call install_finish)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Clean