summaryrefslogtreecommitdiffstats
path: root/rules/glibc.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-08-01 22:05:14 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-10-27 18:22:29 +0200
commit44f1b9e6e2b6c1bdb4268f4592720e4981f9cbbf (patch)
tree10d6811f28ddfe149d19e516d31c194319da7f2d /rules/glibc.make
parent53e061c6ffe518a7ee97aade17de6376df24268a (diff)
downloadptxdist-44f1b9e6e2b6c1bdb4268f4592720e4981f9cbbf.tar.gz
ptxdist-44f1b9e6e2b6c1bdb4268f4592720e4981f9cbbf.tar.xz
[glibc] remove obsolete stages
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/glibc.make')
-rw-r--r--rules/glibc.make41
1 files changed, 1 insertions, 40 deletions
diff --git a/rules/glibc.make b/rules/glibc.make
index dd872d2d5..c4e672495 100644
--- a/rules/glibc.make
+++ b/rules/glibc.make
@@ -3,6 +3,7 @@
# Copyright (C) 2002 by Pengutronix e.K., Hildesheim, Germany
# 2003 by Auerswald GmbH & Co. KG, Schandelah, Germany
# 2005-2009 by Marc Kleine-Budde <mkl@pengutronix.de>, Pengutronix e.K., Hildesheim, Germany
+# (C) 2010 by Michael Olbrich <m.olbrich@pengutronix.de>
#
# See CREDITS for details about who has contributed to this project.
#
@@ -22,46 +23,6 @@ GLIBC_VERSION := $(call remove_quotes,$(PTXCONF_GLIBC_VERSION))
GLIBC_LICENSE := GPLv2, LGPLv2.1
# ----------------------------------------------------------------------------
-# Get
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/glibc.get:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/glibc.extract:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Prepare
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/glibc.prepare:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Compile
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/glibc.compile:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/glibc.install:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Target-Install
# ----------------------------------------------------------------------------