summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-08-01 22:05:16 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-10-27 18:22:31 +0200
commit36617d87e073b4ccec3c2f4707f7c38d5584ba15 (patch)
tree219b40416a9d8799b2539ce4f129d9a1b209ee3e
parent889eca3a9a1a25218b05454a7fed5fd4f730350e (diff)
downloadptxdist-36617d87e073b4ccec3c2f4707f7c38d5584ba15.tar.gz
ptxdist-36617d87e073b4ccec3c2f4707f7c38d5584ba15.tar.xz
[uclibc] remove obsolete stages
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/uclibc.make41
1 files changed, 1 insertions, 40 deletions
diff --git a/rules/uclibc.make b/rules/uclibc.make
index f68052d99..22583fdbb 100644
--- a/rules/uclibc.make
+++ b/rules/uclibc.make
@@ -1,6 +1,7 @@
# -*-makefile-*-
#
# Copyright (C) 2003, 2004, 2008 by Marc Kleine-Budde <kleine-budde@gmx.de>
+# (C) 2010 by Michael Olbrich <m.olbrich@pengutronix.de>
#
# See CREDITS for details about who has contributed to this project.
#
@@ -16,46 +17,6 @@ PACKAGES-$(PTXCONF_UCLIBC) += uclibc
UCLIBC_VERSION := $(call remove_quotes,$(PTXCONF_UCLIBC_VERSION))
# ----------------------------------------------------------------------------
-# Get
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/uclibc.get:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/uclibc.extract:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Prepare
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/uclibc.prepare:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Compile
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/uclibc.compile:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/uclibc.install:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Target-Install
# ----------------------------------------------------------------------------