summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-08-01 22:05:15 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-10-27 18:22:30 +0200
commitf8bc3e886efd1d7ab83dd808f57ce5d0eb0ebc6d (patch)
tree1cdd585b1a76928c1902eb17b6dbaed015b7c888
parent290f08c2eba8664482207a998337574fa4dba608 (diff)
downloadptxdist-f8bc3e886efd1d7ab83dd808f57ce5d0eb0ebc6d.tar.gz
ptxdist-f8bc3e886efd1d7ab83dd808f57ce5d0eb0ebc6d.tar.xz
[libc] remove obsolete stages
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/libc.make56
1 files changed, 1 insertions, 55 deletions
diff --git a/rules/libc.make b/rules/libc.make
index bbd3a2de2..e0db30821 100644
--- a/rules/libc.make
+++ b/rules/libc.make
@@ -1,6 +1,7 @@
# -*-makefile-*-
#
# Copyright (C) 2009 by Marc Kleine-Budde <mkl@pengutronix.de>
+# (C) 2010 by Michael Olbrich <m.olbrich@pengutronix.de>
#
# See CREDITS for details about who has contributed to this project.
#
@@ -13,59 +14,4 @@
#
PACKAGES-$(PTXCONF_LIBC) += libc
-# ----------------------------------------------------------------------------
-# Get
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/libc.get:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/libc.extract:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Prepare
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/libc.prepare:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Compile
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/libc.compile:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/libc.install:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Target-Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/libc.targetinstall:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Clean
-# ----------------------------------------------------------------------------
-
-libc_clean:
- -rm -rf $(STATEDIR)/libc.*
-
# vim: syntax=make