summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-05-31 09:03:37 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-05-31 09:03:37 +0000
commitd05887a6549603b84b1344949edf89ebc67ae92f (patch)
treed18d52105b8638dce9fb4fb12385680b1c5e8137 /rules
parent72caca3887d3699c4bf7f9c11f0b13558d3be42e (diff)
downloadptxdist-d05887a6549603b84b1344949edf89ebc67ae92f.tar.gz
ptxdist-d05887a6549603b84b1344949edf89ebc67ae92f.tar.xz
[host-libiconv] just cleanups
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10620 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules')
-rw-r--r--rules/host-libiconv.make35
1 files changed, 5 insertions, 30 deletions
diff --git a/rules/host-libiconv.make b/rules/host-libiconv.make
index d8dda92b5..df7f6a71c 100644
--- a/rules/host-libiconv.make
+++ b/rules/host-libiconv.make
@@ -2,6 +2,7 @@
# $Id$
#
# Copyright (C) 2007 by Robert Schwebel
+# 2009 by Marc Kleine-Budde
#
# See CREDITS for details about who has contributed to this project.
#
@@ -24,19 +25,19 @@ HOST_LIBICONV_DIR = $(HOST_BUILDDIR)/$(LIBICONV)
# ----------------------------------------------------------------------------
$(STATEDIR)/host-libiconv.get: $(STATEDIR)/libiconv.get
- @$(call targetinfo, $@)
- @$(call touch, $@)
+ @$(call targetinfo)
+ @$(call touch)
# ----------------------------------------------------------------------------
# Extract
# ----------------------------------------------------------------------------
$(STATEDIR)/host-libiconv.extract:
- @$(call targetinfo, $@)
+ @$(call targetinfo)
@$(call clean, $(HOST_LIBICONV_DIR))
@$(call extract, LIBICONV, $(HOST_BUILDDIR))
@$(call patchin, LIBICONV, $(HOST_LIBICONV_DIR))
- @$(call touch, $@)
+ @$(call touch)
# ----------------------------------------------------------------------------
# Prepare
@@ -50,32 +51,6 @@ HOST_LIBICONV_ENV := $(HOST_ENV)
#
HOST_LIBICONV_AUTOCONF := $(HOST_AUTOCONF)
-$(STATEDIR)/host-libiconv.prepare:
- @$(call targetinfo, $@)
- @$(call clean, $(HOST_LIBICONV_DIR)/config.cache)
- cd $(HOST_LIBICONV_DIR) && \
- $(HOST_LIBICONV_PATH) $(HOST_LIBICONV_ENV) \
- ./configure $(HOST_LIBICONV_AUTOCONF)
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
-# Compile
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/host-libiconv.compile:
- @$(call targetinfo, $@)
- cd $(HOST_LIBICONV_DIR) && $(HOST_LIBICONV_PATH) $(MAKE) $(PARALLELMFLAGS)
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
-# Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/host-libiconv.install:
- @$(call targetinfo, $@)
- @$(call install, HOST_LIBICONV,,h)
- @$(call touch, $@)
-
# ----------------------------------------------------------------------------
# Clean
# ----------------------------------------------------------------------------