summaryrefslogtreecommitdiffstats
path: root/rules/arora.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2009-10-14 13:07:16 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2009-10-15 11:04:51 +0200
commit65df74fe310bf022f0f65d1d04458bc0ca0e62b6 (patch)
treeeed42196fc84c4ecaa8de8af578fa2636d09c425 /rules/arora.make
parent9e8dcdfca427760175f007c632b65ae1d88b52cc (diff)
downloadptxdist-65df74fe310bf022f0f65d1d04458bc0ca0e62b6.tar.gz
ptxdist-65df74fe310bf022f0f65d1d04458bc0ca0e62b6.tar.xz
[arora] version bump 0.8.0 -> 0.10.1 + patch + makefile cleanup
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/arora.make')
-rw-r--r--rules/arora.make26
1 files changed, 3 insertions, 23 deletions
diff --git a/rules/arora.make b/rules/arora.make
index 357da687e..81c39b835 100644
--- a/rules/arora.make
+++ b/rules/arora.make
@@ -17,7 +17,7 @@ PACKAGES-$(PTXCONF_ARORA) += arora
#
# Paths and names
#
-ARORA_VERSION := 0.8.0
+ARORA_VERSION := 0.10.1
ARORA := arora-$(ARORA_VERSION)
ARORA_SUFFIX := tar.gz
ARORA_URL := http://arora.googlecode.com/files/$(ARORA).$(ARORA_SUFFIX)
@@ -36,17 +36,6 @@ $(ARORA_SOURCE):
# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/arora.extract:
- @$(call targetinfo, $@)
- @$(call clean, $(ARORA_DIR))
- @$(call extract, ARORA)
- @$(call patchin, ARORA)
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
@@ -63,20 +52,11 @@ $(STATEDIR)/arora.prepare:
@$(call touch)
# ----------------------------------------------------------------------------
-# Compile
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/arora.compile:
- @$(call targetinfo)
- cd $(ARORA_DIR) && $(ARORA_PATH) make
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Target-Install
# ----------------------------------------------------------------------------
$(STATEDIR)/arora.targetinstall: $(arora_targetinstall_deps_default)
- @$(call targetinfo, $@)
+ @$(call targetinfo)
@$(call install_init, arora)
@$(call install_fixup, arora,PACKAGE,arora)
@@ -91,7 +71,7 @@ $(STATEDIR)/arora.targetinstall: $(arora_targetinstall_deps_default)
@$(call install_finish, arora)
- @$(call touch, $@)
+ @$(call touch)
# ----------------------------------------------------------------------------
# Clean