summaryrefslogtreecommitdiffstats
path: root/rules/host-fakeroot.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/host-fakeroot.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/host-fakeroot.make')
-rw-r--r--rules/host-fakeroot.make12
1 files changed, 6 insertions, 6 deletions
diff --git a/rules/host-fakeroot.make b/rules/host-fakeroot.make
index fe108d233..6181b775f 100644
--- a/rules/host-fakeroot.make
+++ b/rules/host-fakeroot.make
@@ -36,7 +36,7 @@ hosttool-fakeroot_get_deps = $(HOSTTOOL_FAKEROOT_SOURCE)
$(STATEDIR)/hosttool-fakeroot.get: $(hosttool-fakeroot_get_deps)
@$(call targetinfo, $@)
- touch $@
+ $(call touch, $@)
$(HOSTTOOL_FAKEROOT_SOURCE):
@$(call targetinfo, $@)
@@ -54,7 +54,7 @@ $(STATEDIR)/hosttool-fakeroot.extract: $(hosttool-fakeroot_extract_deps)
@$(call targetinfo, $@)
@$(call clean, $(HOSTTOOL_FAKEROOT_DIR))
@$(call extract, $(HOSTTOOL_FAKEROOT_SOURCE), $(HOST_BUILDDIR))
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Prepare
@@ -87,7 +87,7 @@ $(STATEDIR)/hosttool-fakeroot.prepare: $(hosttool-fakeroot_prepare_deps)
cd $(HOSTTOOL_FAKEROOT_DIR) && \
$(HOSTTOOL_FAKEROOT_PATH) $(HOSTTOOL_FAKEROOT_ENV) \
./configure $(HOSTTOOL_FAKEROOT_AUTOCONF)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Compile
@@ -100,7 +100,7 @@ hosttool-fakeroot_compile_deps = $(STATEDIR)/hosttool-fakeroot.prepare
$(STATEDIR)/hosttool-fakeroot.compile: $(hosttool-fakeroot_compile_deps)
@$(call targetinfo, $@)
cd $(HOSTTOOL_FAKEROOT_DIR) && $(HOSTTOOL_FAKEROOT_PATH) make
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Install
@@ -111,7 +111,7 @@ hosttool-fakeroot_install: $(STATEDIR)/hosttool-fakeroot.install
$(STATEDIR)/hosttool-fakeroot.install: $(STATEDIR)/hosttool-fakeroot.compile
@$(call targetinfo, $@)
cd $(HOSTTOOL_FAKEROOT_DIR) && $(HOSTTOOL_FAKEROOT_PATH) make install
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Target-Install
@@ -123,7 +123,7 @@ hosttool-fakeroot_targetinstall_deps = $(STATEDIR)/hosttool-fakeroot.compile
$(STATEDIR)/hosttool-fakeroot.targetinstall: $(hosttool-fakeroot_targetinstall_deps)
@$(call targetinfo, $@)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Clean