summaryrefslogtreecommitdiffstats
path: root/rules/tslib.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/tslib.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/tslib.make')
-rw-r--r--rules/tslib.make12
1 files changed, 6 insertions, 6 deletions
diff --git a/rules/tslib.make b/rules/tslib.make
index 0dd9de2f4..107b51932 100644
--- a/rules/tslib.make
+++ b/rules/tslib.make
@@ -37,7 +37,7 @@ tslib_get_deps = $(TSLIB_SOURCE)
$(STATEDIR)/tslib.get: $(tslib_get_deps)
@$(call targetinfo, $@)
@$(call get_patches, $(TSLIB))
- touch $@
+ $(call touch, $@)
$(TSLIB_SOURCE):
@$(call targetinfo, $@)
@@ -56,7 +56,7 @@ $(STATEDIR)/tslib.extract: $(tslib_extract_deps)
@$(call clean, $(TSLIB_DIR))
@$(call extract, $(TSLIB_SOURCE))
@$(call patchin, $(TSLIB))
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Prepare
@@ -89,7 +89,7 @@ $(STATEDIR)/tslib.prepare: $(tslib_prepare_deps)
cd $(TSLIB_DIR) && \
$(TSLIB_PATH) $(TSLIB_ENV) \
./configure $(TSLIB_AUTOCONF)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Compile
@@ -102,7 +102,7 @@ tslib_compile_deps = $(STATEDIR)/tslib.prepare
$(STATEDIR)/tslib.compile: $(tslib_compile_deps)
@$(call targetinfo, $@)
cd $(TSLIB_DIR) && $(TSLIB_ENV) $(TSLIB_PATH) make
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Install
@@ -113,7 +113,7 @@ tslib_install: $(STATEDIR)/tslib.install
$(STATEDIR)/tslib.install: $(STATEDIR)/tslib.compile
@$(call targetinfo, $@)
cd $(TSLIB_DIR) && $(TSLIB_ENV) $(TSLIB_PATH) make install DESTDIR=$(CROSS_LIB_DIR)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Target-Install
@@ -154,7 +154,7 @@ endif
@$(call install_finish)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Clean