summaryrefslogtreecommitdiffstats
path: root/rules/host-libgd.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-01-18 13:18:16 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-01-19 13:25:38 +0100
commitf24e7f331ab6d615ead3f46da9f5c13a1b604e13 (patch)
tree425ab2a7fcca146075b3eeba9536e599f2151e87 /rules/host-libgd.make
parentc728461b08bf44e12570354f1e6367ed1d98711f (diff)
downloadptxdist-f24e7f331ab6d615ead3f46da9f5c13a1b604e13.tar.gz
ptxdist-f24e7f331ab6d615ead3f46da9f5c13a1b604e13.tar.xz
[host-*] remove obsolete stages
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-libgd.make')
-rw-r--r--rules/host-libgd.make36
1 files changed, 1 insertions, 35 deletions
diff --git a/rules/host-libgd.make b/rules/host-libgd.make
index ce717b1da..e89ffe9fc 100644
--- a/rules/host-libgd.make
+++ b/rules/host-libgd.make
@@ -1,6 +1,6 @@
# -*-makefile-*-
#
-# Copyright (C) 2008 by
+# Copyright (C) 2008, 2010 by Michael Olbrich <m.olbrich@pengutronix.de>
#
# See CREDITS for details about who has contributed to this project.
#
@@ -19,14 +19,6 @@ HOST_PACKAGES-$(PTXCONF_HOST_LIBGD) += host-libgd
HOST_LIBGD_DIR = $(HOST_BUILDDIR)/$(LIBGD)
# ----------------------------------------------------------------------------
-# Get
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/host-libgd.get: $(STATEDIR)/libgd.get
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
@@ -45,30 +37,4 @@ HOST_LIBGD_AUTOCONF := \
--without-freetype \
--without-fontconfig
-$(STATEDIR)/host-libgd.prepare:
- @$(call targetinfo)
- @$(call clean, $(HOST_LIBGD_DIR)/config.cache)
- cd $(HOST_LIBGD_DIR) && \
- $(HOST_LIBGD_PATH) $(HOST_LIBGD_ENV) \
- ./configure $(HOST_LIBGD_AUTOCONF)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Compile
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/host-libgd.compile:
- @$(call targetinfo)
- cd $(HOST_LIBGD_DIR) && $(HOST_LIBGD_PATH) $(MAKE) $(PARALLELMFLAGS)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/host-libgd.install:
- @$(call targetinfo)
- @$(call install, HOST_LIBGD,,h)
- @$(call touch)
-
# vim: syntax=make