summaryrefslogtreecommitdiffstats
path: root/rules/cross-gdb.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2007-03-05 10:13:53 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2007-03-05 10:13:53 +0000
commit2eb576b14b46e9252f487bdf1c937021a8762012 (patch)
tree61b98804cf93470b57e0b72e46860d1e52b2a632 /rules/cross-gdb.make
parentf9d4caea4f5480f0500fb5c2fc3bab143cf7951a (diff)
downloadOSELAS.Toolchain-2eb576b14b46e9252f487bdf1c937021a8762012.tar.gz
OSELAS.Toolchain-2eb576b14b46e9252f487bdf1c937021a8762012.tar.xz
git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@2083 f8d472c7-5700-0410-ac5a-87979cec3adf
Diffstat (limited to 'rules/cross-gdb.make')
-rw-r--r--rules/cross-gdb.make10
1 files changed, 5 insertions, 5 deletions
diff --git a/rules/cross-gdb.make b/rules/cross-gdb.make
index b2831e1..7f0553d 100644
--- a/rules/cross-gdb.make
+++ b/rules/cross-gdb.make
@@ -30,7 +30,7 @@ CROSS_GDB_DIR := $(CROSS_BUILDDIR)/$(CROSS_GDB)
cross-gdb_get: $(STATEDIR)/cross-gdb.get
-$(STATEDIR)/cross-gdb.get: $(cross-gdb_get_deps_default)
+$(STATEDIR)/cross-gdb.get:
@$(call targetinfo, $@)
@$(call touch, $@)
@@ -44,7 +44,7 @@ $(CROSS_GDB_SOURCE):
cross-gdb_extract: $(STATEDIR)/cross-gdb.extract
-$(STATEDIR)/cross-gdb.extract: $(cross-gdb_extract_deps_default)
+$(STATEDIR)/cross-gdb.extract:
@$(call targetinfo, $@)
@$(call clean, $(CROSS_GDB_DIR))
@$(call extract, CROSS_GDB, $(CROSS_BUILDDIR))
@@ -73,7 +73,7 @@ CROSS_GDB_AUTOCONF := \
--enable-tui
# --enable-gdbtk
-$(STATEDIR)/cross-gdb.prepare: $(cross-gdb_prepare_deps_default)
+$(STATEDIR)/cross-gdb.prepare:
@$(call targetinfo, $@)
@$(call clean, $(CROSS_GDB_DIR)/config.cache)
cd $(CROSS_GDB_DIR) && \
@@ -87,7 +87,7 @@ $(STATEDIR)/cross-gdb.prepare: $(cross-gdb_prepare_deps_default)
cross-gdb_compile: $(STATEDIR)/cross-gdb.compile
-$(STATEDIR)/cross-gdb.compile: $(cross-gdb_compile_deps_default)
+$(STATEDIR)/cross-gdb.compile:
@$(call targetinfo, $@)
cd $(CROSS_GDB_DIR) && $(CROSS_GDB_PATH) $(MAKE) $(PARALLELMFLAGS)
@$(call touch, $@)
@@ -98,7 +98,7 @@ $(STATEDIR)/cross-gdb.compile: $(cross-gdb_compile_deps_default)
cross-gdb_install: $(STATEDIR)/cross-gdb.install
-$(STATEDIR)/cross-gdb.install: $(cross-gdb_install_deps_default)
+$(STATEDIR)/cross-gdb.install:
@$(call targetinfo, $@)
@$(call install, CROSS_GDB,,h)
@$(call touch, $@)