summaryrefslogtreecommitdiffstats
path: root/rules/host-eggdbus.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-01-21 18:05:41 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-02-07 19:52:09 +0100
commit248c3af8981d3681535a133b87ecf2c3d7effd27 (patch)
treea3bc3cbca382cae0f34dd87ecb7d5cca8c860e26 /rules/host-eggdbus.make
parent23e0c09be72530c157eade8c3fabfede1b804673 (diff)
downloadptxdist-248c3af8981d3681535a133b87ecf2c3d7effd27.tar.gz
ptxdist-248c3af8981d3681535a133b87ecf2c3d7effd27.tar.xz
[host-eggdbus] cleanup makefile
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-eggdbus.make')
-rw-r--r--rules/host-eggdbus.make37
1 files changed, 2 insertions, 35 deletions
diff --git a/rules/host-eggdbus.make b/rules/host-eggdbus.make
index 371b5ab09..8e6551350 100644
--- a/rules/host-eggdbus.make
+++ b/rules/host-eggdbus.make
@@ -1,6 +1,7 @@
# -*-makefile-*-
#
# Copyright (C) 2009 by Robert Schwebel <r.schwebel@pengutronix.de>
+# 2010 by Michael Olbrich <m.olbrich@pengutronix.de>
#
# See CREDITS for details about who has contributed to this project.
#
@@ -13,47 +14,13 @@
#
HOST_PACKAGES-$(PTXCONF_HOST_EGGDBUS) += host-eggdbus
-#
-# Paths and names
-#
-HOST_EGGDBUS_DIR = $(HOST_BUILDDIR)/$(EGGDBUS)
-
# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
-HOST_EGGDBUS_PATH := PATH=$(HOST_PATH)
-HOST_EGGDBUS_ENV := $(HOST_ENV)
-
#
# autoconf
#
-HOST_EGGDBUS_AUTOCONF := $(HOST_AUTOCONF)
-
-#$(STATEDIR)/host-eggdbus.prepare:
-# @$(call targetinfo)
-# @$(call clean, $(HOST_EGGDBUS_DIR)/config.cache)
-# cd $(HOST_EGGDBUS_DIR) && \
-# $(HOST_EGGDBUS_PATH) $(HOST_EGGDBUS_ENV) \
-# ./configure $(HOST_EGGDBUS_AUTOCONF)
-# @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Compile
-# ----------------------------------------------------------------------------
-
-#$(STATEDIR)/host-eggdbus.compile:
-# @$(call targetinfo)
-# cd $(HOST_EGGDBUS_DIR) && $(HOST_EGGDBUS_PATH) $(MAKE) $(PARALLELMFLAGS)
-# @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Install
-# ----------------------------------------------------------------------------
-
-#$(STATEDIR)/host-eggdbus.install:
-# @$(call targetinfo)
-# @$(call install, HOST_EGGDBUS)
-# @$(call touch)
+HOST_EGGDBUS_CONF_TOOL := autoconf
# vim: syntax=make