summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2013-06-09 20:36:35 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2013-12-19 15:55:31 +0100
commit8aa5622f4a3632cf650dc23bdbe9eed61133202e (patch)
tree15676e41e7f08ca6edd2d4c86e7bcdb85af10ffe
parent545d9290c56d78d965f76996849c60324199e10a (diff)
downloadOSELAS.Toolchain-8aa5622f4a3632cf650dc23bdbe9eed61133202e.tar.gz
OSELAS.Toolchain-8aa5622f4a3632cf650dc23bdbe9eed61133202e.tar.xz
libc-second: cleanup
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/libc-second.make56
1 files changed, 0 insertions, 56 deletions
diff --git a/rules/libc-second.make b/rules/libc-second.make
index b696326..c58a290 100644
--- a/rules/libc-second.make
+++ b/rules/libc-second.make
@@ -1,5 +1,4 @@
# -*-makefile-*-
-# $Id: template 6655 2007-01-02 12:55:21Z rsc $
#
# Copyright (C) 2006-2008 by Marc Kleine-Budde <mkl@ppengutronix.de>
#
@@ -14,59 +13,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