From 11b8ce76fca8ca88e1a21c6810735069756d0203 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Wed, 13 Jan 2010 18:19:04 +0100 Subject: [host-*] remove obsolete clean and prepare targets Signed-off-by: Michael Olbrich --- rules/host-dbus.make | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'rules/host-dbus.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 # @@ -27,17 +26,6 @@ $(STATEDIR)/host-dbus.get: $(STATEDIR)/dbus.get @$(call targetinfo) @$(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 -- cgit v1.2.3