summaryrefslogtreecommitdiffstats
path: root/rules/glibc-ports.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/glibc-ports.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/glibc-ports.make')
-rw-r--r--rules/glibc-ports.make12
1 files changed, 6 insertions, 6 deletions
diff --git a/rules/glibc-ports.make b/rules/glibc-ports.make
index ff0beb7..412a334 100644
--- a/rules/glibc-ports.make
+++ b/rules/glibc-ports.make
@@ -30,7 +30,7 @@ GLIBC_PORTS_DIR := $(BUILDDIR)/$(GLIBC_PORTS)
glibc-ports_get: $(STATEDIR)/glibc-ports.get
-$(STATEDIR)/glibc-ports.get: $(glibc-ports_get_deps_default)
+$(STATEDIR)/glibc-ports.get:
@$(call targetinfo, $@)
@$(call touch, $@)
@@ -48,7 +48,7 @@ endif
glibc-ports_extract: $(STATEDIR)/glibc-ports.extract
-$(STATEDIR)/glibc-ports.extract: $(glibc-ports_extract_deps_default)
+$(STATEDIR)/glibc-ports.extract:
@$(call targetinfo, $@)
@$(call clean, $(GLIBC_PORTS_DIR))
@$(call extract, GLIBC_PORTS, $(BUILDDIR))
@@ -61,7 +61,7 @@ $(STATEDIR)/glibc-ports.extract: $(glibc-ports_extract_deps_default)
glibc-ports_prepare: $(STATEDIR)/glibc-ports.prepare
-$(STATEDIR)/glibc-ports.prepare: $(glibc-ports_prepare_deps_default)
+$(STATEDIR)/glibc-ports.prepare:
@$(call targetinfo, $@)
@$(call touch, $@)
@@ -71,7 +71,7 @@ $(STATEDIR)/glibc-ports.prepare: $(glibc-ports_prepare_deps_default)
glibc-ports_compile: $(STATEDIR)/glibc-ports.compile
-$(STATEDIR)/glibc-ports.compile: $(glibc-ports_compile_deps_default)
+$(STATEDIR)/glibc-ports.compile:
@$(call targetinfo, $@)
@$(call touch, $@)
@@ -81,7 +81,7 @@ $(STATEDIR)/glibc-ports.compile: $(glibc-ports_compile_deps_default)
glibc-ports_install: $(STATEDIR)/glibc-ports.install
-$(STATEDIR)/glibc-ports.install: $(glibc-ports_install_deps_default)
+$(STATEDIR)/glibc-ports.install:
@$(call targetinfo, $@)
@$(call touch, $@)
@@ -91,7 +91,7 @@ $(STATEDIR)/glibc-ports.install: $(glibc-ports_install_deps_default)
glibc-ports_targetinstall: $(STATEDIR)/glibc-ports.targetinstall
-$(STATEDIR)/glibc-ports.targetinstall: $(glibc-ports_targetinstall_deps_default)
+$(STATEDIR)/glibc-ports.targetinstall:
@$(call targetinfo, $@)
@$(call touch, $@)