summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2013-06-09 20:36:19 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2013-12-19 15:55:30 +0100
commit28aa11cee569138f37e0d24f444c745434c7d7db (patch)
treeca4d7b596394a99619d8121065858bfeed411429
parent7c613e2f046d1590ffc19be5fdde80ef0077d76e (diff)
downloadOSELAS.Toolchain-28aa11cee569138f37e0d24f444c745434c7d7db.tar.gz
OSELAS.Toolchain-28aa11cee569138f37e0d24f444c745434c7d7db.tar.xz
libc-first: cleanup
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/libc-first.make56
1 files changed, 0 insertions, 56 deletions
diff --git a/rules/libc-first.make b/rules/libc-first.make
index 6cbed04..af088a2 100644
--- a/rules/libc-first.make
+++ b/rules/libc-first.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_FIRST) += libc-first
-# ----------------------------------------------------------------------------
-# Get
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/libc-first.get:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/libc-first.extract:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Prepare
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/libc-first.prepare:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Compile
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/libc-first.compile:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/libc-first.install:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Target-Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/libc-first.targetinstall:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Clean
-# ----------------------------------------------------------------------------
-
-libc-first_clean:
- rm -rf $(STATEDIR)/libc-first.*
-
# vim: syntax=make