summaryrefslogtreecommitdiffstats
path: root/rules/gdb.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/gdb.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/gdb.make')
-rw-r--r--rules/gdb.make12
1 files changed, 6 insertions, 6 deletions
diff --git a/rules/gdb.make b/rules/gdb.make
index 42a482e7a..c5e6c4a00 100644
--- a/rules/gdb.make
+++ b/rules/gdb.make
@@ -39,7 +39,7 @@ gdb_get_deps = $(GDB_SOURCE)
$(STATEDIR)/gdb.get: $(gdb_get_deps)
@$(call targetinfo, $@)
@$(call get_patches, $(GDB))
- touch $@
+ $(call touch, $@)
$(GDB_SOURCE):
@$(call targetinfo, $@)
@@ -56,7 +56,7 @@ $(STATEDIR)/gdb.extract: $(STATEDIR)/gdb.get
@$(call clean, $(GDB_DIR))
@$(call extract, $(GDB_SOURCE))
@$(call patchin, $(GDB))
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Prepare
@@ -114,7 +114,7 @@ $(STATEDIR)/gdb.prepare: $(gdb_prepare_deps)
cd $(GDB_BUILDDIR) && \
$(GDB_PATH) $(GDB_ENV) \
$(GDB_DIR)/configure $(GDB_AUTOCONF)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Compile
@@ -125,7 +125,7 @@ gdb_compile: $(STATEDIR)/gdb.compile
$(STATEDIR)/gdb.compile: $(STATEDIR)/gdb.prepare
@$(call targetinfo, $@)
cd $(GDB_BUILDDIR) && $(GDB_PATH) $(GDB_ENV_AC) make
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Install
@@ -135,7 +135,7 @@ gdb_install: $(STATEDIR)/gdb.install
$(STATEDIR)/gdb.install:
@$(call targetinfo, $@)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Target-Install
@@ -163,7 +163,7 @@ $(STATEDIR)/gdb.targetinstall: $(gdb_targetinstall_deps)
@$(call install_copy, 0, 0, 0755, $(GDB_BUILDDIR)/gdb/gdb, /usr/bin/gdb)
@$(call install_finish)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Clean