summaryrefslogtreecommitdiffstats
path: root/rules/boost.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/boost.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/boost.make')
-rw-r--r--rules/boost.make14
1 files changed, 2 insertions, 12 deletions
diff --git a/rules/boost.make b/rules/boost.make
index 1a26dc523..ef4a46012 100644
--- a/rules/boost.make
+++ b/rules/boost.make
@@ -1,5 +1,4 @@
# -*-makefile-*-
-# $Id: template 5041 2006-03-09 08:45:49Z mkl $
#
# Copyright (C) 2006 by Robert Schwebel
# 2009 by Marc Kleine-Budde <mkl@pengutronix.de>
@@ -37,8 +36,8 @@ $(BOOST_SOURCE):
# Prepare
# ----------------------------------------------------------------------------
-BOOST_PATH := PATH=$(CROSS_PATH)
-BOOST_ENV := $(CROSS_ENV)
+BOOST_PATH := PATH=$(CROSS_PATH)
+BOOST_ENV := $(CROSS_ENV)
# they reinvent their own wheel^Hmake: jam
# -q: quit on error
@@ -172,13 +171,4 @@ $(STATEDIR)/boost.targetinstall:
@$(call touch)
-# ----------------------------------------------------------------------------
-# Clean
-# ----------------------------------------------------------------------------
-
-boost_clean:
- rm -rf $(STATEDIR)/boost.*
- rm -rf $(PKGDIR)/boost_*
- rm -rf $(BOOST_DIR)
-
# vim: syntax=make