summaryrefslogtreecommitdiffstats
path: root/rules/gdb.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2005-12-11 12:46:17 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2005-12-11 12:46:17 +0000
commit6cac69e323ea6809e4c9cb94334fa9505a0905f4 (patch)
treec49eab618b1b2f4af48972fdce422f87f3f95bda /rules/gdb.make
parent50dc3ead7376f0a3e82ec46f57f74cf85623d5c9 (diff)
downloadptxdist-6cac69e323ea6809e4c9cb94334fa9505a0905f4.tar.gz
ptxdist-6cac69e323ea6809e4c9cb94334fa9505a0905f4.tar.xz
hide $(call touch) output with @; replace manual install by $(call install...
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@3502 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 c1cf97a47..73e38f25b 100644
--- a/rules/gdb.make
+++ b/rules/gdb.make
@@ -37,7 +37,7 @@ gdb_get_deps = $(GDB_SOURCE)
$(STATEDIR)/gdb.get: $(gdb_get_deps)
@$(call targetinfo, $@)
@$(call get_patches, $(GDB))
- $(call touch, $@)
+ @$(call touch, $@)
$(GDB_SOURCE):
@$(call targetinfo, $@)
@@ -54,7 +54,7 @@ $(STATEDIR)/gdb.extract: $(STATEDIR)/gdb.get
@$(call clean, $(GDB_DIR))
@$(call extract, $(GDB_SOURCE))
@$(call patchin, $(GDB))
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Prepare
@@ -112,7 +112,7 @@ $(STATEDIR)/gdb.prepare: $(gdb_prepare_deps)
cd $(GDB_BUILDDIR) && \
$(GDB_PATH) $(GDB_ENV) \
$(GDB_DIR)/configure $(GDB_AUTOCONF)
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Compile
@@ -123,7 +123,7 @@ gdb_compile: $(STATEDIR)/gdb.compile
$(STATEDIR)/gdb.compile: $(STATEDIR)/gdb.prepare
@$(call targetinfo, $@)
cd $(GDB_BUILDDIR) && $(GDB_PATH) $(GDB_ENV_AC) make
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Install
@@ -133,7 +133,7 @@ gdb_install: $(STATEDIR)/gdb.install
$(STATEDIR)/gdb.install:
@$(call targetinfo, $@)
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Target-Install
@@ -161,7 +161,7 @@ $(STATEDIR)/gdb.targetinstall: $(gdb_targetinstall_deps)
@$(call install_copy, 0, 0, 0755, $(GDB_BUILDDIR)/gdb/gdb, /usr/bin/gdb)
@$(call install_finish)
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Clean