summaryrefslogtreecommitdiffstats
path: root/rules/cross-insight.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2009-09-23 10:24:03 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2009-09-23 10:24:03 +0200
commit85df1e746ffed1f0db3dc2941900705bd1db5fa3 (patch)
tree335cda9874f0b739fdf3b7621cc9d9b9ed747a1c /rules/cross-insight.make
parent0f3a941a5e0933bf1400c761bb2b73458ee6f903 (diff)
downloadptxdist-85df1e746ffed1f0db3dc2941900705bd1db5fa3.tar.gz
ptxdist-85df1e746ffed1f0db3dc2941900705bd1db5fa3.tar.xz
[cross-insight] remove unnecessary old stuff from makefile.
It works for me (tm) now. Not sure about the autobuilder. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/cross-insight.make')
-rw-r--r--rules/cross-insight.make51
1 files changed, 0 insertions, 51 deletions
diff --git a/rules/cross-insight.make b/rules/cross-insight.make
index a17a61f47..708d73122 100644
--- a/rules/cross-insight.make
+++ b/rules/cross-insight.make
@@ -28,35 +28,14 @@ CROSS_INSIGHT_DIR := $(CROSS_BUILDDIR)/$(CROSS_INSIGHT)
# Get
# ----------------------------------------------------------------------------
-cross-insight_get: $(STATEDIR)/cross-insight.get
-
-$(STATEDIR)/cross-insight.get: $(cross-insight_get_deps_default)
- @$(call targetinfo, $@)
- @$(call touch, $@)
-
$(CROSS_INSIGHT_SOURCE):
@$(call targetinfo, $@)
@$(call get, CROSS_INSIGHT)
# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-cross-insight_extract: $(STATEDIR)/cross-insight.extract
-
-$(STATEDIR)/cross-insight.extract: $(cross-insight_extract_deps_default)
- @$(call targetinfo, $@)
- @$(call clean, $(CROSS_INSIGHT_DIR))
- @$(call extract, CROSS_INSIGHT, $(CROSS_BUILDDIR))
- @$(call patchin, CROSS_INSIGHT, $(CROSS_INSIGHT_DIR))
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
-cross-insight_prepare: $(STATEDIR)/cross-insight.prepare
-
CROSS_INSIGHT_PATH := PATH=$(HOST_PATH)
CROSS_INSIGHT_ENV := $(HOST_ENV)
@@ -66,36 +45,6 @@ CROSS_INSIGHT_ENV := $(HOST_ENV)
CROSS_INSIGHT_AUTOCONF := --target=$(PTXCONF_GNU_TARGET) \
--prefix=$(PTXCONF_SYSROOT_CROSS)
-$(STATEDIR)/cross-insight.prepare: $(cross-insight_prepare_deps_default)
- @$(call targetinfo, $@)
- @$(call clean, $(CROSS_INSIGHT_DIR)/config.cache)
- cd $(CROSS_INSIGHT_DIR) && \
- $(CROSS_INSIGHT_PATH) $(CROSS_INSIGHT_ENV) \
- ./configure $(CROSS_INSIGHT_AUTOCONF)
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
-# Compile
-# ----------------------------------------------------------------------------
-
-cross-insight_compile: $(STATEDIR)/cross-insight.compile
-
-$(STATEDIR)/cross-insight.compile: $(cross-insight_compile_deps_default)
- @$(call targetinfo, $@)
- cd $(CROSS_INSIGHT_DIR) && $(CROSS_INSIGHT_PATH) $(MAKE) $(PARALLELMFLAGS)
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
-# Install
-# ----------------------------------------------------------------------------
-
-cross-insight_install: $(STATEDIR)/cross-insight.install
-
-$(STATEDIR)/cross-insight.install: $(cross-insight_install_deps_default)
- @$(call targetinfo, $@)
- @$(call install, CROSS_INSIGHT,,h)
- @$(call touch, $@)
-
# ----------------------------------------------------------------------------
# Clean
# ----------------------------------------------------------------------------