summaryrefslogtreecommitdiffstats
path: root/rules/binutils.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/binutils.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/binutils.make')
-rw-r--r--rules/binutils.make14
1 files changed, 7 insertions, 7 deletions
diff --git a/rules/binutils.make b/rules/binutils.make
index 80016b08e..bd40215f5 100644
--- a/rules/binutils.make
+++ b/rules/binutils.make
@@ -35,12 +35,12 @@ binutils_get_deps = \
$(STATEDIR)/binutils.get: $(binutils_get_deps)
@$(call targetinfo, $@)
- touch $@
+ $(call touch, $@)
$(STATEDIR)/binutils-patches.get:
@$(call targetinfo, $@)
@$(call get_patches, $(BINUTILS))
- touch $@
+ $(call touch, $@)
$(BINUTILS_SOURCE):
@$(call targetinfo, $@)
@@ -57,7 +57,7 @@ $(STATEDIR)/binutils.extract: $(STATEDIR)/binutils.get
@$(call clean, $(BINUTILS_DIR))
@$(call extract, $(BINUTILS_SOURCE))
@$(call patchin, $(BINUTILS))
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Prepare
@@ -89,7 +89,7 @@ $(STATEDIR)/binutils.prepare: $(binutils_prepare_deps)
mkdir -p $(BINUTILS_BUILDDIR)
cd $(BINUTILS_BUILDDIR) && $(BINUTILS_PATH) $(BINUTILS_ENV) \
$(BINUTILS_DIR)/configure $(BINUTILS_AUTOCONF)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Compile
@@ -117,7 +117,7 @@ $(STATEDIR)/binutils.compile: $(STATEDIR)/binutils.prepare
#
$(BINUTILS_PATH) make -C $(BINUTILS_BUILDDIR)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Install
@@ -129,7 +129,7 @@ $(STATEDIR)/binutils.install: $(STATEDIR)/binutils.compile
@$(call targetinfo, $@)
cd $(BINUTILS_BUILDDIR)/bfd && \
$(BINUTILS_PATH) make DESTDIR=$(CROSS_LIB_DIR) prefix='' install
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Target-Install
@@ -154,7 +154,7 @@ $(STATEDIR)/binutils.targetinstall: $(STATEDIR)/binutils.install
@$(call install_finish)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Clean