summaryrefslogtreecommitdiffstats
path: root/rules/urshd.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-06-27 15:10:31 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2008-06-27 15:10:31 +0000
commit8ce1c4763aa53852af7adcb21355bed61455eed4 (patch)
treeba2fd2cd706a3afc45871b1bea96b0f9bf0f3513 /rules/urshd.make
parent5f5fff36ebc27dbf53c61cc47591d4e27670f549 (diff)
downloadptxdist-8ce1c4763aa53852af7adcb21355bed61455eed4.tar.gz
ptxdist-8ce1c4763aa53852af7adcb21355bed61455eed4.tar.xz
* urshd.make:
cleanups + version bump to 1.0.1 git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8551 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/urshd.make')
-rw-r--r--rules/urshd.make59
1 files changed, 4 insertions, 55 deletions
diff --git a/rules/urshd.make b/rules/urshd.make
index 637c0b65f..28eb0fe9b 100644
--- a/rules/urshd.make
+++ b/rules/urshd.make
@@ -17,7 +17,7 @@ PACKAGES-$(PTXCONF_URSHD) += urshd
#
# Paths and names
#
-URSHD_VERSION := 1.0.0
+URSHD_VERSION := 1.0.1
URSHD := urshd-$(URSHD_VERSION)
URSHD_SUFFIX := tar.bz2
URSHD_URL := http://www.pengutronix.de/software/urshd/download/v1.0/$(URSHD).$(URSHD_SUFFIX)
@@ -28,30 +28,11 @@ URSHD_DIR := $(BUILDDIR)/$(URSHD)
# Get
# ----------------------------------------------------------------------------
-urshd_get: $(STATEDIR)/urshd.get
-
-$(STATEDIR)/urshd.get:
- @$(call targetinfo, $@)
- @$(call touch, $@)
-
$(URSHD_SOURCE):
- @$(call targetinfo, $@)
+ @$(call targetinfo)
@$(call get, URSHD)
# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-urshd_extract: $(STATEDIR)/urshd.extract
-
-$(STATEDIR)/urshd.extract:
- @$(call targetinfo, $@)
- @$(call clean, $(URSHD_DIR))
- @$(call extract, URSHD)
- @$(call patchin, URSHD)
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
@@ -65,44 +46,12 @@ URSHD_ENV := $(CROSS_ENV)
#
URSHD_AUTOCONF := $(CROSS_AUTOCONF_USR)
-$(STATEDIR)/urshd.prepare:
- @$(call targetinfo, $@)
- @$(call clean, $(URSHD_DIR)/config.cache)
- cd $(URSHD_DIR) && \
- $(URSHD_PATH) $(URSHD_ENV) \
- ./configure $(URSHD_AUTOCONF)
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
-# Compile
-# ----------------------------------------------------------------------------
-
-urshd_compile: $(STATEDIR)/urshd.compile
-
-$(STATEDIR)/urshd.compile:
- @$(call targetinfo, $@)
- cd $(URSHD_DIR) && $(URSHD_PATH) $(MAKE) $(PARALLELMFLAGS)
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
-# Install
-# ----------------------------------------------------------------------------
-
-urshd_install: $(STATEDIR)/urshd.install
-
-$(STATEDIR)/urshd.install:
- @$(call targetinfo, $@)
- @$(call install, URSHD)
- @$(call touch, $@)
-
# ----------------------------------------------------------------------------
# Target-Install
# ----------------------------------------------------------------------------
-urshd_targetinstall: $(STATEDIR)/urshd.targetinstall
-
$(STATEDIR)/urshd.targetinstall:
- @$(call targetinfo, $@)
+ @$(call targetinfo)
@$(call install_init, urshd)
@$(call install_fixup, urshd,PACKAGE,urshd)
@@ -117,7 +66,7 @@ $(STATEDIR)/urshd.targetinstall:
@$(call install_finish, urshd)
- @$(call touch, $@)
+ @$(call touch)
# ----------------------------------------------------------------------------
# Clean