summaryrefslogtreecommitdiffstats
path: root/rules/ptrtd.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-01-20 18:23:29 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-01-21 22:08:45 +0100
commit386aef38b3b3f8b4d50feb246a1b83ee02d53e60 (patch)
tree432f9ec72f6ac92a12bfe92307cd32648c47d470 /rules/ptrtd.make
parent30d3ad8ac822c84900a8fa755dd766f306034231 (diff)
downloadptxdist-386aef38b3b3f8b4d50feb246a1b83ee02d53e60.tar.gz
ptxdist-386aef38b3b3f8b4d50feb246a1b83ee02d53e60.tar.xz
[ptrtd] remove obsolete stages
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/ptrtd.make')
-rw-r--r--rules/ptrtd.make40
1 files changed, 0 insertions, 40 deletions
diff --git a/rules/ptrtd.make b/rules/ptrtd.make
index 058e25d81..d44707854 100644
--- a/rules/ptrtd.make
+++ b/rules/ptrtd.make
@@ -40,54 +40,14 @@ $(PTRTD_SOURCE):
@$(call get, PTRTD)
# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/ptrtd.extract:
- @$(call targetinfo)
- @$(call clean, $(PTRTD_DIR))
- @$(call extract, PTRTD)
- @$(call patchin, PTRTD)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
-PTRTD_PATH := PATH=$(CROSS_PATH)
-PTRTD_ENV := $(CROSS_ENV)
-
#
# autoconf
#
PTRTD_AUTOCONF := $(CROSS_AUTOCONF_USR)
-$(STATEDIR)/ptrtd.prepare:
- @$(call targetinfo)
- @$(call clean, $(PTRTD_DIR)/config.cache)
- cd $(PTRTD_DIR) && \
- $(PTRTD_PATH) $(PTRTD_ENV) \
- ./configure $(PTRTD_AUTOCONF)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Compile
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/ptrtd.compile:
- @$(call targetinfo)
- cd $(PTRTD_DIR) && $(PTRTD_PATH) $(MAKE) $(PARALLELMFLAGS)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/ptrtd.install:
- @$(call targetinfo)
- @$(call install, PTRTD)
- @$(call touch)
-
# ----------------------------------------------------------------------------
# Target-Install
# ----------------------------------------------------------------------------