summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-10-28 16:41:33 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2008-10-28 16:41:33 +0000
commitea7463c19f223da15222d505805635ab86c911fd (patch)
tree2ad1f228e3fb4797c5767df93afab5a4ec7bbe76 /rules
parent3b01a9d7ff4f994c84d56b2a5452bc983837e5ac (diff)
downloadptxdist-ea7463c19f223da15222d505805635ab86c911fd.tar.gz
ptxdist-ea7463c19f223da15222d505805635ab86c911fd.tar.xz
* host-ipkg-utils.make:
cleanups git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8982 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules')
-rw-r--r--rules/host-ipkg-utils.make51
1 files changed, 4 insertions, 47 deletions
diff --git a/rules/host-ipkg-utils.make b/rules/host-ipkg-utils.make
index bc7671707..5d8980586 100644
--- a/rules/host-ipkg-utils.make
+++ b/rules/host-ipkg-utils.make
@@ -28,64 +28,21 @@ HOST_IPKG_UTILS_DIR := $(HOST_BUILDDIR)/$(HOST_IPKG_UTILS)
# Get
# ----------------------------------------------------------------------------
-host-ipkg-utils_get: $(STATEDIR)/host-ipkg-utils.get
-
-$(STATEDIR)/host-ipkg-utils.get: $(host-ipkg-utils_get_deps_default)
- @$(call targetinfo, $@)
- @$(call touch, $@)
-
$(HOST_IPKG_UTILS_SOURCE):
- @$(call targetinfo, $@)
+ @$(call targetinfo)
@$(call get, HOST_IPKG_UTILS)
# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-host-ipkg-utils_extract: $(STATEDIR)/host-ipkg-utils.extract
-
-$(STATEDIR)/host-ipkg-utils.extract: $(host-ipkg-utils_extract_deps_default)
- @$(call targetinfo, $@)
- @$(call clean, $(HOST_IPKG_UTILS_DIR))
- @$(call extract, HOST_IPKG_UTILS, $(HOST_BUILDDIR))
- @$(call patchin, HOST_IPKG_UTILS, $(HOST_IPKG_UTILS_DIR))
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
-host-ipkg-utils_prepare: $(STATEDIR)/host-ipkg-utils.prepare
-
HOST_IPKG_UTILS_PATH := PATH=$(HOST_PATH)
HOST_IPKG_UTILS_ENV := $(HOST_ENV)
HOST_IPKG_UTILS_MAKEVARS := PREFIX=$(PTXCONF_SYSROOT_HOST)
-$(STATEDIR)/host-ipkg-utils.prepare: $(host-ipkg-utils_prepare_deps_default)
- @$(call targetinfo, $@)
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
-# Compile
-# ----------------------------------------------------------------------------
-
-host-ipkg-utils_compile: $(STATEDIR)/host-ipkg-utils.compile
-
-$(STATEDIR)/host-ipkg-utils.compile: $(host-ipkg-utils_compile_deps_default)
- @$(call targetinfo, $@)
- cd $(HOST_IPKG_UTILS_DIR) && $(HOST_IPKG_UTILS_PATH) $(MAKE) $(PARALLELMFLAGS)
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
-# Install
-# ----------------------------------------------------------------------------
-
-host-ipkg-utils_install: $(STATEDIR)/host-ipkg-utils.install
-
-$(STATEDIR)/host-ipkg-utils.install: $(host-ipkg-utils_install_deps_default)
- @$(call targetinfo, $@)
- @$(call install, HOST_IPKG_UTILS,,h)
- @$(call touch, $@)
+$(STATEDIR)/host-ipkg-utils.prepare:
+ @$(call targetinfo)
+ @$(call touch)
# ----------------------------------------------------------------------------
# Clean