summaryrefslogtreecommitdiffstats
path: root/rules/libc-second.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-05-26 20:22:12 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2008-05-26 20:22:12 +0000
commit7f3ba18d20185cdea0ff71dc92e41119b1719e37 (patch)
tree1354ef97555e7c6ecf75d5b601c7b64cef9b8d5a /rules/libc-second.make
parentf76246f3a2f757f21544dd7b3aaa473de5502ac8 (diff)
downloadOSELAS.Toolchain-7f3ba18d20185cdea0ff71dc92e41119b1719e37.tar.gz
OSELAS.Toolchain-7f3ba18d20185cdea0ff71dc92e41119b1719e37.tar.xz
git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/branches/OSELAS.Toolchain-mkl@6478 f8d472c7-5700-0410-ac5a-87979cec3adf
Diffstat (limited to 'rules/libc-second.make')
-rw-r--r--rules/libc-second.make12
1 files changed, 6 insertions, 6 deletions
diff --git a/rules/libc-second.make b/rules/libc-second.make
index 2381eaf..0bfef6b 100644
--- a/rules/libc-second.make
+++ b/rules/libc-second.make
@@ -18,7 +18,7 @@ PACKAGES-$(PTXCONF_LIBC) += libc
# Get
# ----------------------------------------------------------------------------
-$(STATEDIR)/libc.get: $(libc_get_deps_default)
+$(STATEDIR)/libc.get:
@$(call targetinfo)
@$(call touch)
@@ -26,7 +26,7 @@ $(STATEDIR)/libc.get: $(libc_get_deps_default)
# Extract
# ----------------------------------------------------------------------------
-$(STATEDIR)/libc.extract: $(libc_extract_deps_default)
+$(STATEDIR)/libc.extract:
@$(call targetinfo)
@$(call touch)
@@ -34,7 +34,7 @@ $(STATEDIR)/libc.extract: $(libc_extract_deps_default)
# Prepare
# ----------------------------------------------------------------------------
-$(STATEDIR)/libc.prepare: $(libc_prepare_deps_default)
+$(STATEDIR)/libc.prepare:
@$(call targetinfo)
@$(call touch)
@@ -42,7 +42,7 @@ $(STATEDIR)/libc.prepare: $(libc_prepare_deps_default)
# Compile
# ----------------------------------------------------------------------------
-$(STATEDIR)/libc.compile: $(libc_compile_deps_default)
+$(STATEDIR)/libc.compile:
@$(call targetinfo)
@$(call touch)
@@ -50,7 +50,7 @@ $(STATEDIR)/libc.compile: $(libc_compile_deps_default)
# Install
# ----------------------------------------------------------------------------
-$(STATEDIR)/libc.install: $(libc_install_deps_default)
+$(STATEDIR)/libc.install:
@$(call targetinfo)
@$(call touch)
@@ -58,7 +58,7 @@ $(STATEDIR)/libc.install: $(libc_install_deps_default)
# Target-Install
# ----------------------------------------------------------------------------
-$(STATEDIR)/libc.targetinstall: $(libc_targetinstall_deps_default)
+$(STATEDIR)/libc.targetinstall:
@$(call targetinfo)
@$(call touch)