summaryrefslogtreecommitdiffstats
path: root/rules/host-dbus.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-01-25 15:46:52 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-01-25 15:46:52 +0000
commitf5f707b865e9f1b24e30131804cd90709256bb32 (patch)
tree1a4a4562d96da5c9dcbdd91061886875e12471a8 /rules/host-dbus.make
parent86278e3ff6cd4d4590e3692581118818749e99d4 (diff)
downloadptxdist-f5f707b865e9f1b24e30131804cd90709256bb32.tar.gz
ptxdist-f5f707b865e9f1b24e30131804cd90709256bb32.tar.xz
* host-dbus.make:
cleanups git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9642 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/host-dbus.make')
-rw-r--r--rules/host-dbus.make53
1 files changed, 7 insertions, 46 deletions
diff --git a/rules/host-dbus.make b/rules/host-dbus.make
index e78ea8086..1a06358bc 100644
--- a/rules/host-dbus.make
+++ b/rules/host-dbus.make
@@ -17,42 +17,33 @@ HOST_PACKAGES-$(PTXCONF_HOST_DBUS) += host-dbus
#
# Paths and names
#
-HOST_DBUS = $(DBUS)
-HOST_DBUS_DIR = $(HOST_BUILDDIR)/$(HOST_DBUS)
+HOST_DBUS_DIR = $(HOST_BUILDDIR)/$(DBUS)
# ----------------------------------------------------------------------------
# Get
# ----------------------------------------------------------------------------
-host-dbus_get: $(STATEDIR)/host-dbus.get
-
$(STATEDIR)/host-dbus.get: $(STATEDIR)/dbus.get
- @$(call targetinfo, $@)
- @$(call touch, $@)
+ @$(call targetinfo)
+ @$(call touch)
# ----------------------------------------------------------------------------
# Extract
# ----------------------------------------------------------------------------
-host-dbus_extract: $(STATEDIR)/host-dbus.extract
-
-$(STATEDIR)/host-dbus.extract: $(host-dbus_extract_deps_default)
- @$(call targetinfo, $@)
+$(STATEDIR)/host-dbus.extract:
+ @$(call targetinfo)
@$(call clean, $(HOST_DBUS_DIR))
@$(call extract, DBUS, $(HOST_BUILDDIR))
@$(call patchin, DBUS, $(HOST_DBUS_DIR))
- @$(call touch, $@)
+ @$(call touch)
# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
-host-dbus_prepare: $(STATEDIR)/host-dbus.prepare
-
HOST_DBUS_PATH := PATH=$(HOST_PATH)
-HOST_DBUS_ENV := \
- $(HOST_ENV) \
- ac_cv_have_abstract_sockets=yes
+HOST_DBUS_ENV := $(HOST_ENV)
#
# autoconf
@@ -64,36 +55,6 @@ HOST_DBUS_AUTOCONF := \
--disable-selinux \
--disable-libaudit
-$(STATEDIR)/host-dbus.prepare: $(host-dbus_prepare_deps_default)
- @$(call targetinfo, $@)
- @$(call clean, $(HOST_DBUS_DIR)/config.cache)
- cd $(HOST_DBUS_DIR) && \
- $(HOST_DBUS_PATH) $(HOST_DBUS_ENV) \
- ./configure $(HOST_DBUS_AUTOCONF)
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
-# Compile
-# ----------------------------------------------------------------------------
-
-host-dbus_compile: $(STATEDIR)/host-dbus.compile
-
-$(STATEDIR)/host-dbus.compile: $(host-dbus_compile_deps_default)
- @$(call targetinfo, $@)
- cd $(HOST_DBUS_DIR) && $(HOST_DBUS_PATH) $(MAKE) $(PARALLELMFLAGS)
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
-# Install
-# ----------------------------------------------------------------------------
-
-host-dbus_install: $(STATEDIR)/host-dbus.install
-
-$(STATEDIR)/host-dbus.install: $(host-dbus_install_deps_default)
- @$(call targetinfo, $@)
- @$(call install, HOST_DBUS,,h)
- @$(call touch, $@)
-
# ----------------------------------------------------------------------------
# Clean
# ----------------------------------------------------------------------------