summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-01-13 18:19:04 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-01-18 10:29:51 +0100
commit11b8ce76fca8ca88e1a21c6810735069756d0203 (patch)
tree6bdedd947290d3f04277c482c9e19091bfde147f /rules
parent53eb65853ab9b6aa5bc2acf809879dfe303fc286 (diff)
downloadptxdist-11b8ce76fca8ca88e1a21c6810735069756d0203.tar.gz
ptxdist-11b8ce76fca8ca88e1a21c6810735069756d0203.tar.xz
[host-*] remove obsolete clean and prepare targets
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules')
-rw-r--r--rules/host-apache2.make19
-rw-r--r--rules/host-dbus-glib.make19
-rw-r--r--rules/host-dbus.make20
-rw-r--r--rules/host-e2fsprogs.make19
-rw-r--r--rules/host-eggdbus.make19
-rw-r--r--rules/host-expat.make20
-rw-r--r--rules/host-glade.make20
-rw-r--r--rules/host-glib.make19
-rw-r--r--rules/host-libgd.make20
-rw-r--r--rules/host-liblzo.make19
-rw-r--r--rules/host-libpng.make20
-rw-r--r--rules/host-mtd-utils.make19
-rw-r--r--rules/host-mysql.make20
-rw-r--r--rules/host-ncurses.make20
-rw-r--r--rules/host-pangomm.make20
-rw-r--r--rules/host-pixman.make20
-rw-r--r--rules/host-python.make20
-rw-r--r--rules/host-qt4.make20
-rw-r--r--rules/host-timeout.make20
-rw-r--r--rules/host-xorg-server.make19
-rw-r--r--rules/host-zlib.make19
21 files changed, 0 insertions, 411 deletions
diff --git a/rules/host-apache2.make b/rules/host-apache2.make
index 3a37fade1..59307947d 100644
--- a/rules/host-apache2.make
+++ b/rules/host-apache2.make
@@ -30,17 +30,6 @@ $(STATEDIR)/host-apache2.get: $(STATEDIR)/apache2.get
@$(call touch)
# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/host-apache2.extract:
- @$(call targetinfo)
- @$(call clean, $(HOST_APACHE2_DIR))
- @$(call extract, APACHE2, $(HOST_BUILDDIR))
- @$(call patchin, APACHE2, $(HOST_APACHE2_DIR))
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
@@ -70,12 +59,4 @@ $(STATEDIR)/host-apache2.install:
@$(call targetinfo)
@$(call touch)
-# ----------------------------------------------------------------------------
-# Clean
-# ----------------------------------------------------------------------------
-
-host-apache2_clean:
- rm -rf $(STATEDIR)/host-apache2.*
- rm -rf $(HOST_APACHE2_DIR)
-
# vim: syntax=make
diff --git a/rules/host-dbus-glib.make b/rules/host-dbus-glib.make
index 73343afea..a7b449d7d 100644
--- a/rules/host-dbus-glib.make
+++ b/rules/host-dbus-glib.make
@@ -28,17 +28,6 @@ $(STATEDIR)/host-dbus-glib.get: $(STATEDIR)/dbus-glib.get
@$(call touch)
# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/host-dbus-glib.extract:
- @$(call targetinfo)
- @$(call clean, $(HOST_DBUS_GLIB_DIR))
- @$(call extract, DBUS_GLIB, $(HOST_BUILDDIR))
- @$(call patchin, DBUS_GLIB, $(HOST_DBUS_GLIB_DIR))
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
@@ -56,12 +45,4 @@ HOST_DBUS_GLIB_AUTOCONF := \
--disable-gtk-doc \
--disable-tests
-# ----------------------------------------------------------------------------
-# Clean
-# ----------------------------------------------------------------------------
-
-host-dbus-glib_clean:
- rm -rf $(STATEDIR)/host-dbus-glib.*
- rm -rf $(HOST_DBUS_GLIB_DIR)
-
# vim: syntax=make
diff --git a/rules/host-dbus.make b/rules/host-dbus.make
index 1a06358bc..390149931 100644
--- a/rules/host-dbus.make
+++ b/rules/host-dbus.make
@@ -1,5 +1,4 @@
# -*-makefile-*-
-# $Id$
#
# Copyright (C) 2006 by Robert Schwebel
#
@@ -28,17 +27,6 @@ $(STATEDIR)/host-dbus.get: $(STATEDIR)/dbus.get
@$(call touch)
# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/host-dbus.extract:
- @$(call targetinfo)
- @$(call clean, $(HOST_DBUS_DIR))
- @$(call extract, DBUS, $(HOST_BUILDDIR))
- @$(call patchin, DBUS, $(HOST_DBUS_DIR))
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
@@ -55,12 +43,4 @@ HOST_DBUS_AUTOCONF := \
--disable-selinux \
--disable-libaudit
-# ----------------------------------------------------------------------------
-# Clean
-# ----------------------------------------------------------------------------
-
-host-dbus_clean:
- rm -rf $(STATEDIR)/host-dbus.*
- rm -rf $(HOST_DBUS_DIR)
-
# vim: syntax=make
diff --git a/rules/host-e2fsprogs.make b/rules/host-e2fsprogs.make
index 903cc9248..5d0aee065 100644
--- a/rules/host-e2fsprogs.make
+++ b/rules/host-e2fsprogs.make
@@ -29,17 +29,6 @@ $(STATEDIR)/host-e2fsprogs.get: $(STATEDIR)/e2fsprogs.get
@$(call touch)
# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/host-e2fsprogs.extract:
- @$(call targetinfo)
- @$(call clean, $(HOST_E2FSPROGS_DIR))
- @$(call extract, E2FSPROGS, $(HOST_BUILDDIR))
- @$(call patchin, E2FSPROGS, $(HOST_E2FSPROGS_DIR))
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
@@ -51,13 +40,5 @@ HOST_E2FSPROGS_ENV := $(HOST_ENV)
HOST_E2FSPROGS_AUTOCONF := $(HOST_AUTOCONF)
HOST_E2FSPROGS_INSTALL_OPT := install install-libs
-# ----------------------------------------------------------------------------
-# Clean
-# ----------------------------------------------------------------------------
-
-host-e2fsprogs_clean:
- rm -rf $(STATEDIR)/host-e2fsprogs.*
- rm -rf $(HOST_E2FSPROGS_DIR)
-
# vim: syntax=make
diff --git a/rules/host-eggdbus.make b/rules/host-eggdbus.make
index c4adccae0..9f71973af 100644
--- a/rules/host-eggdbus.make
+++ b/rules/host-eggdbus.make
@@ -27,17 +27,6 @@ $(STATEDIR)/host-eggdbus.get: $(STATEDIR)/eggdbus.get
@$(call touch)
# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/host-eggdbus.extract:
- @$(call targetinfo)
- @$(call clean, $(HOST_EGGDBUS_DIR))
- @$(call extract, EGGDBUS, $(HOST_BUILDDIR))
- @$(call patchin, EGGDBUS, $(HOST_EGGDBUS_DIR))
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
@@ -75,12 +64,4 @@ HOST_EGGDBUS_AUTOCONF := $(HOST_AUTOCONF)
# @$(call install, HOST_EGGDBUS)
# @$(call touch)
-# ----------------------------------------------------------------------------
-# Clean
-# ----------------------------------------------------------------------------
-
-host-eggdbus_clean:
- rm -rf $(STATEDIR)/host-eggdbus.*
- rm -rf $(HOST_EGGDBUS_DIR)
-
# vim: syntax=make
diff --git a/rules/host-expat.make b/rules/host-expat.make
index 5efd83942..1d8265329 100644
--- a/rules/host-expat.make
+++ b/rules/host-expat.make
@@ -1,5 +1,4 @@
# -*-makefile-*-
-# $Id$
#
# Copyright (C) 2007 by Robert Schwebel
# 2009 by Marc Kleine-Budde <mkl@pengutronix.de>
@@ -32,17 +31,6 @@ $(STATEDIR)/host-expat.get: $(STATEDIR)/expat.get
@$(call touch)
# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/host-expat.extract:
- @$(call targetinfo)
- @$(call clean, $(HOST_EXPAT_DIR))
- @$(call extract, EXPAT, $(HOST_BUILDDIR))
- @$(call patchin, EXPAT, $(HOST_EXPAT_DIR))
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
@@ -54,12 +42,4 @@ HOST_EXPAT_ENV := $(HOST_ENV)
#
HOST_EXPAT_AUTOCONF := $(HOST_AUTOCONF)
-# ----------------------------------------------------------------------------
-# Clean
-# ----------------------------------------------------------------------------
-
-host-expat_clean:
- rm -rf $(STATEDIR)/host-expat.*
- rm -rf $(HOST_EXPAT_DIR)
-
# vim: syntax=make
diff --git a/rules/host-glade.make b/rules/host-glade.make
index 1e3d5d59d..5f3940823 100644
--- a/rules/host-glade.make
+++ b/rules/host-glade.make
@@ -1,5 +1,4 @@
# -*-makefile-*-
-# $Id$
#
# Copyright (C) 2007 by Robert Schwebel <r.schwebel@pengutronix.de>
#
@@ -36,17 +35,6 @@ $(STATEDIR)/host-glade.get: $(STATEDIR)/glade.get
@$(call touch)
# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/host-glade.extract:
- @$(call targetinfo)
- @$(call clean, $(HOST_GLADE_DIR))
- @$(call extract, GLADE, $(HOST_BUILDDIR))
- @$(call patchin, GLADE, $(HOST_GLADE_DIR))
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
@@ -58,12 +46,4 @@ HOST_GLADE_ENV := $(HOST_ENV)
#
HOST_GLADE_AUTOCONF := $(HOST_AUTOCONF)
-# ----------------------------------------------------------------------------
-# Clean
-# ----------------------------------------------------------------------------
-
-host-glade_clean:
- rm -rf $(STATEDIR)/host-glade.*
- rm -rf $(HOST_GLADE_DIR)
-
# vim: syntax=make
diff --git a/rules/host-glib.make b/rules/host-glib.make
index 181a92585..c0bd093c8 100644
--- a/rules/host-glib.make
+++ b/rules/host-glib.make
@@ -31,17 +31,6 @@ $(STATEDIR)/host-glib.get: $(STATEDIR)/glib.get
@$(call touch)
# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/host-glib.extract:
- @$(call targetinfo)
- @$(call clean, $(HOST_GLIB_DIR))
- @$(call extract, GLIB, $(HOST_BUILDDIR))
- @$(call patchin, GLIB, $(HOST_GLIB_DIR))
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
@@ -59,12 +48,4 @@ HOST_GLIB_AUTOCONF := \
$(HOST_AUTOCONF) \
--with-libiconv=gnu
-# ----------------------------------------------------------------------------
-# Clean
-# ----------------------------------------------------------------------------
-
-host-glib_clean:
- rm -rf $(STATEDIR)/host-glib.*
- rm -rf $(HOST_GLIB_DIR)
-
# vim: syntax=make
diff --git a/rules/host-libgd.make b/rules/host-libgd.make
index 297f08323..ce717b1da 100644
--- a/rules/host-libgd.make
+++ b/rules/host-libgd.make
@@ -1,5 +1,4 @@
# -*-makefile-*-
-# $Id$
#
# Copyright (C) 2008 by
#
@@ -28,17 +27,6 @@ $(STATEDIR)/host-libgd.get: $(STATEDIR)/libgd.get
@$(call touch)
# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/host-libgd.extract:
- @$(call targetinfo)
- @$(call clean, $(HOST_LIBGD_DIR))
- @$(call extract, LIBGD, $(HOST_BUILDDIR))
- @$(call patchin, LIBGD, $(HOST_LIBGD_DIR))
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
@@ -83,12 +71,4 @@ $(STATEDIR)/host-libgd.install:
@$(call install, HOST_LIBGD,,h)
@$(call touch)
-# ----------------------------------------------------------------------------
-# Clean
-# ----------------------------------------------------------------------------
-
-host-libgd_clean:
- rm -rf $(STATEDIR)/host-libgd.*
- rm -rf $(HOST_LIBGD_DIR)
-
# vim: syntax=make
diff --git a/rules/host-liblzo.make b/rules/host-liblzo.make
index 7127adee3..6749c52a2 100644
--- a/rules/host-liblzo.make
+++ b/rules/host-liblzo.make
@@ -27,17 +27,6 @@ $(STATEDIR)/host-liblzo.get: $(STATEDIR)/liblzo.get
@$(call touch)
# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/host-liblzo.extract:
- @$(call targetinfo)
- @$(call clean, $(HOST_LIBLZO_DIR))
- @$(call extract, LIBLZO, $(HOST_BUILDDIR))
- @$(call patchin, LIBLZO, $(HOST_LIBLZO_DIR))
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
@@ -49,12 +38,4 @@ HOST_LIBLZO_ENV := $(HOST_ENV)
#
HOST_LIBLZO_AUTOCONF := $(HOST_AUTOCONF)
-# ----------------------------------------------------------------------------
-# Clean
-# ----------------------------------------------------------------------------
-
-host-liblzo_clean:
- rm -rf $(STATEDIR)/host-liblzo.*
- rm -rf $(HOST_LIBLZO_DIR)
-
# vim: syntax=make
diff --git a/rules/host-libpng.make b/rules/host-libpng.make
index 3a361b7a4..103b9bdc3 100644
--- a/rules/host-libpng.make
+++ b/rules/host-libpng.make
@@ -1,5 +1,4 @@
# -*-makefile-*-
-# $Id$
#
# Copyright (C) 2007, 2009 by Marc Kleine-Budde <mkl@pengutronix.de>
#
@@ -28,17 +27,6 @@ $(STATEDIR)/host-libpng.get: $(STATEDIR)/libpng.get
@$(call touch)
# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/host-libpng.extract:
- @$(call targetinfo)
- @$(call clean, $(HOST_LIBPNG_DIR))
- @$(call extract, LIBPNG, $(HOST_BUILDDIR))
- @$(call patchin, LIBPNG, $(HOST_LIBPNG_DIR))
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
@@ -50,12 +38,4 @@ HOST_LIBPNG_ENV := $(HOST_ENV)
#
HOST_LIBPNG_AUTOCONF := $(HOST_AUTOCONF)
-# ----------------------------------------------------------------------------
-# Clean
-# ----------------------------------------------------------------------------
-
-host-libpng_clean:
- rm -rf $(STATEDIR)/host-libpng.*
- rm -rf $(HOST_LIBPNG_DIR)
-
# vim: syntax=make
diff --git a/rules/host-mtd-utils.make b/rules/host-mtd-utils.make
index 8bd101826..ac8efc170 100644
--- a/rules/host-mtd-utils.make
+++ b/rules/host-mtd-utils.make
@@ -28,17 +28,6 @@ $(STATEDIR)/host-mtd-utils.get: $(STATEDIR)/mtd-utils.get
@$(call touch)
# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/host-mtd-utils.extract:
- @$(call targetinfo)
- @$(call clean, $(HOST_MTD_UTILS_DIR))
- @$(call extract, MTD_UTILS, $(HOST_BUILDDIR))
- @$(call patchin, MTD_UTILS, $(HOST_MTD_UTILS_DIR))
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
@@ -54,12 +43,4 @@ HOST_MTD_UTILS_MAKEVARS = \
HOST_MTD_UTILS_MAKE_PAR := NO
-# ----------------------------------------------------------------------------
-# Clean
-# ----------------------------------------------------------------------------
-
-host-mtd-utils_clean:
- rm -rf $(STATEDIR)/host-mtd-utils.*
- rm -rf $(HOST_MTD_UTILS_DIR)
-
# vim: syntax=make
diff --git a/rules/host-mysql.make b/rules/host-mysql.make
index 260d384ec..1d5421d0b 100644
--- a/rules/host-mysql.make
+++ b/rules/host-mysql.make
@@ -1,5 +1,4 @@
# -*-makefile-*-
-# $Id$
#
# Copyright (C) 2006 by Robert Schwebel
#
@@ -29,17 +28,6 @@ $(STATEDIR)/host-mysql.get: $(STATEDIR)/mysql.get
@$(call touch)
# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/host-mysql.extract:
- @$(call targetinfo)
- @$(call clean, $(HOST_MYSQL_DIR))
- @$(call extract, MYSQL, $(HOST_BUILDDIR))
- @$(call patchin, MYSQL, $(HOST_MYSQL_DIR))
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
@@ -86,12 +74,4 @@ $(STATEDIR)/host-mysql.install:
@$(call targetinfo)
@$(call touch)
-# ----------------------------------------------------------------------------
-# Clean
-# ----------------------------------------------------------------------------
-
-host-mysql_clean:
- rm -rf $(STATEDIR)/host-mysql.*
- rm -rf $(HOST_MYSQL_DIR)
-
# vim: syntax=make
diff --git a/rules/host-ncurses.make b/rules/host-ncurses.make
index b76f8c4af..95a3c0d4d 100644
--- a/rules/host-ncurses.make
+++ b/rules/host-ncurses.make
@@ -1,5 +1,4 @@
# -*-makefile-*-
-# $Id$
#
# Copyright (C) 2008 by mol@pengutronix.de
#
@@ -28,17 +27,6 @@ $(STATEDIR)/host-ncurses.get:
@$(call touch)
# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/host-ncurses.extract:
- @$(call targetinfo)
- @$(call clean, $(HOST_NCURSES_DIR))
- @$(call extract, NCURSES, $(HOST_BUILDDIR))
- @$(call patchin, NCURSES, $(HOST_NCURSES_DIR))
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
@@ -78,12 +66,4 @@ $(STATEDIR)/host-ncurses.install:
@$(call targetinfo)
@$(call touch)
-# ----------------------------------------------------------------------------
-# Clean
-# ----------------------------------------------------------------------------
-
-host-ncurses_clean:
- rm -rf $(STATEDIR)/host-ncurses.*
- rm -rf $(HOST_NCURSES_DIR)
-
# vim: syntax=make
diff --git a/rules/host-pangomm.make b/rules/host-pangomm.make
index 507c99e20..968da4907 100644
--- a/rules/host-pangomm.make
+++ b/rules/host-pangomm.make
@@ -1,5 +1,4 @@
# -*-makefile-*-
-# $Id$
#
# Copyright (C) 2009 by Marc Kleine-Budde <mkl@pengutronix.de>
#
@@ -28,17 +27,6 @@ $(STATEDIR)/host-pangomm.get: $(STATEDIR)/pangomm.get
@$(call touch)
# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/host-pangomm.extract:
- @$(call targetinfo)
- @$(call clean, $(HOST_PANGOMM_DIR))
- @$(call extract, PANGOMM, $(HOST_BUILDDIR))
- @$(call patchin, PANGOMM, $(HOST_PANGOMM_DIR))
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
@@ -50,12 +38,4 @@ HOST_PANGOMM_ENV := $(HOST_ENV)
#
HOST_PANGOMM_AUTOCONF := $(HOST_AUTOCONF)
-# ----------------------------------------------------------------------------
-# Clean
-# ----------------------------------------------------------------------------
-
-host-pangomm_clean:
- rm -rf $(STATEDIR)/host-pangomm.*
- rm -rf $(HOST_PANGOMM_DIR)
-
# vim: syntax=make
diff --git a/rules/host-pixman.make b/rules/host-pixman.make
index 1722a42c6..90e0329ee 100644
--- a/rules/host-pixman.make
+++ b/rules/host-pixman.make
@@ -1,5 +1,4 @@
# -*-makefile-*-
-# $Id$
#
# Copyright (C) 2009 by Robert Schwebel
#
@@ -28,17 +27,6 @@ $(STATEDIR)/host-pixman.get: $(STATEDIR)/pixman.get
@$(call touch)
# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/host-pixman.extract:
- @$(call targetinfo)
- @$(call clean, $(HOST_PIXMAN_DIR))
- @$(call extract, PIXMAN, $(HOST_BUILDDIR))
- @$(call patchin, PIXMAN, $(HOST_PIXMAN_DIR))
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
@@ -50,12 +38,4 @@ HOST_PIXMAN_ENV := $(HOST_ENV)
#
HOST_PIXMAN_AUTOCONF := $(HOST_AUTOCONF)
-# ----------------------------------------------------------------------------
-# Clean
-# ----------------------------------------------------------------------------
-
-host-pixman_clean:
- rm -rf $(STATEDIR)/host-pixman.*
- rm -rf $(HOST_PIXMAN_DIR)
-
# vim: syntax=make
diff --git a/rules/host-python.make b/rules/host-python.make
index d99dd8058..f8b91aa72 100644
--- a/rules/host-python.make
+++ b/rules/host-python.make
@@ -1,5 +1,4 @@
# -*-makefile-*-
-# $Id$
#
# Copyright (C) 2009 by Marc Kleine-Budde <mkl@pengutronix.de>
#
@@ -28,17 +27,6 @@ $(STATEDIR)/host-python.get: $(STATEDIR)/python.get
@$(call touch)
# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/host-python.extract:
- @$(call targetinfo)
- @$(call clean, $(HOST_PYTHON_DIR))
- @$(call extract, PYTHON, $(HOST_BUILDDIR))
- @$(call patchin, PYTHON, $(HOST_PYTHON_DIR))
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
@@ -68,12 +56,4 @@ $(STATEDIR)/host-python.install:
install -m 0755 $(HOST_PYTHON_DIR)/Parser/pgen $(PTXCONF_SYSROOT_HOST)/bin
@$(call touch)
-# ----------------------------------------------------------------------------
-# Clean
-# ----------------------------------------------------------------------------
-
-host-python_clean:
- rm -rf $(STATEDIR)/host-python.*
- rm -rf $(HOST_PYTHON_DIR)
-
# vim: syntax=make
diff --git a/rules/host-qt4.make b/rules/host-qt4.make
index 8993a21f0..9ded5edd7 100644
--- a/rules/host-qt4.make
+++ b/rules/host-qt4.make
@@ -1,5 +1,4 @@
# -*-makefile-*-
-# $Id$
#
# Copyright (C) 2009 by Michael Olbrich <m.olbrich@pengutronix.de>
#
@@ -30,17 +29,6 @@ $(STATEDIR)/host-qt4.get: $(QT4_SOURCE)
@$(call touch)
# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/host-qt4.extract:
- @$(call targetinfo)
- @$(call clean, $(HOST_QT4_DIR))
- @$(call extract, QT4, $(HOST_BUILDDIR))
- @$(call patchin, QT4, $(HOST_QT4_DIR))
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
@@ -175,13 +163,5 @@ $(STATEDIR)/host-qt4.install:
@chmod +x $(PTXDIST_SYSROOT_CROSS)/bin/qmake
@echo -e "[Paths]\nPrefix=$(SYSROOT)/usr\nBinaries=$(PTXCONF_SYSROOT_HOST)/bin" > $(PTXDIST_SYSROOT_CROSS)/bin/qt.conf
@$(call touch)
-# ----------------------------------------------------------------------------
-# Clean
-# ----------------------------------------------------------------------------
-
-host-qt4_clean:
- rm -rf $(STATEDIR)/host-qt4.*
- rm -rf $(HOST_QT4_DIR)
- rm -rf $(HOST_QT4_BUILDDIR)
# vim: syntax=make
diff --git a/rules/host-timeout.make b/rules/host-timeout.make
index 9d80b682c..eb8c74c94 100644
--- a/rules/host-timeout.make
+++ b/rules/host-timeout.make
@@ -1,5 +1,4 @@
# -*-makefile-*-
-# $Id$
#
# Copyright (C) 2009 by Marc Kleine-Budde <mkl@pengutronix.de>
#
@@ -28,17 +27,6 @@ $(STATEDIR)/host-timeout.get: $(STATEDIR)/timeout.get
@$(call touch)
# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/host-timeout.extract:
- @$(call targetinfo)
- @$(call clean, $(HOST_TIMEOUT_DIR))
- @$(call extract, TIMEOUT, $(HOST_BUILDDIR))
- @$(call patchin, TIMEOUT, $(HOST_TIMEOUT_DIR))
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
@@ -67,12 +55,4 @@ $(STATEDIR)/host-timeout.install:
$(INSTALL) -m 755 -D $(HOST_TIMEOUT_DIR)/bin/timeout $(PTXCONF_SYSROOT_HOST)/bin/timeout
@$(call touch)
-# ----------------------------------------------------------------------------
-# Clean
-# ----------------------------------------------------------------------------
-
-host-timeout_clean:
- rm -rf $(STATEDIR)/host-timeout.*
- rm -rf $(HOST_TIMEOUT_DIR)
-
# vim: syntax=make
diff --git a/rules/host-xorg-server.make b/rules/host-xorg-server.make
index ca787220d..87c032f71 100644
--- a/rules/host-xorg-server.make
+++ b/rules/host-xorg-server.make
@@ -31,17 +31,6 @@ $(STATEDIR)/host-xorg-server.get: $(STATEDIR)/xorg-server.get
@$(call touch)
# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/host-xorg-server.extract:
- @$(call targetinfo)
- @$(call clean, $(HOST_XORG_SERVER_DIR))
- @$(call extract, XORG_SERVER, $(HOST_BUILDDIR))
- @$(call patchin, XORG_SERVER, $(HOST_XORG_SERVER_DIR))
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
@@ -74,12 +63,4 @@ $(STATEDIR)/host-xorg-server.install:
@cd $(HOST_XORG_SERVER_DIR) && cp xorg-server.m4 $(PTXDIST_SYSROOT_HOST)/share/aclocal/
@$(call touch)
-# ----------------------------------------------------------------------------
-# Clean
-# ----------------------------------------------------------------------------
-
-host-xorg-server_clean:
- rm -rf $(STATEDIR)/host-xorg-server.*
- rm -rf $(HOST_XORG_SERVER_DIR)
-
# vim: syntax=make
diff --git a/rules/host-zlib.make b/rules/host-zlib.make
index 39d615ebd..9114116ff 100644
--- a/rules/host-zlib.make
+++ b/rules/host-zlib.make
@@ -28,17 +28,6 @@ $(STATEDIR)/host-zlib.get: $(STATEDIR)/zlib.get
@$(call touch)
# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/host-zlib.extract:
- @$(call targetinfo)
- @$(call clean, $(HOST_ZLIB_DIR))
- @$(call extract, ZLIB, $(HOST_BUILDDIR))
- @$(call patchin, ZLIB, $(HOST_ZLIB_DIR))
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
@@ -50,12 +39,4 @@ HOST_ZLIB_ENV := $(HOST_ENV)
#
HOST_ZLIB_AUTOCONF := $(HOST_AUTOCONF)
-# ----------------------------------------------------------------------------
-# Clean
-# ----------------------------------------------------------------------------
-
-host-zlib_clean:
- rm -rf $(STATEDIR)/host-zlib.*
- rm -rf $(HOST_ZLIB_DIR)
-
# vim: syntax=make