summaryrefslogtreecommitdiffstats
path: root/rules/binutils.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-01-13 17:20:19 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-01-18 10:29:50 +0100
commit53eb65853ab9b6aa5bc2acf809879dfe303fc286 (patch)
tree306d7c59af063dcf6713b78840024c3dadc07df0 /rules/binutils.make
parent4516ef2e693b9c044999f7ea6f02cbcbe3114e05 (diff)
downloadptxdist-53eb65853ab9b6aa5bc2acf809879dfe303fc286.tar.gz
ptxdist-53eb65853ab9b6aa5bc2acf809879dfe303fc286.tar.xz
[rules] remove obsolete clean target & minor cleanups
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/binutils.make')
-rw-r--r--rules/binutils.make16
1 files changed, 2 insertions, 14 deletions
diff --git a/rules/binutils.make b/rules/binutils.make
index 6dfb947ee..ead95343b 100644
--- a/rules/binutils.make
+++ b/rules/binutils.make
@@ -1,5 +1,4 @@
# -*-makefile-*-
-# $Id$
#
# Copyright (C) 2006 by Robert Schwebel
#
@@ -41,10 +40,8 @@ $(BINUTILS_SOURCE):
# Prepare
# ----------------------------------------------------------------------------
-binutils_prepare: $(STATEDIR)/binutils.prepare
-
-BINUTILS_PATH := PATH=$(CROSS_PATH)
-BINUTILS_ENV := $(CROSS_ENV)
+BINUTILS_PATH := PATH=$(CROSS_PATH)
+BINUTILS_ENV := $(CROSS_ENV)
#
# autoconf
@@ -88,14 +85,5 @@ endif
@$(call touch)
-# ----------------------------------------------------------------------------
-# Clean
-# ----------------------------------------------------------------------------
-
-binutils_clean:
- rm -rf $(STATEDIR)/binutils.*
- rm -rf $(PKGDIR)/binutils_*
- rm -rf $(BINUTILS_DIR)
-
# vim: syntax=make