summaryrefslogtreecommitdiffstats
path: root/rules/dash.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-04-17 07:00:16 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2008-04-17 07:00:16 +0000
commitb2cd9ae004b6fdffbc6b45eb07c427ed6a971838 (patch)
tree87b6a6b6e2c21e101dea46d8a6e2ae207ad707d8 /rules/dash.make
parent1e29112309bde7eccda4e912b46211e3049fcb86 (diff)
downloadptxdist-b2cd9ae004b6fdffbc6b45eb07c427ed6a971838.tar.gz
ptxdist-b2cd9ae004b6fdffbc6b45eb07c427ed6a971838.tar.xz
* dash.make:
trimmed size a bit :) git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8046 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/dash.make')
-rw-r--r--rules/dash.make46
1 files changed, 3 insertions, 43 deletions
diff --git a/rules/dash.make b/rules/dash.make
index ebaa6ad36..2b2efe073 100644
--- a/rules/dash.make
+++ b/rules/dash.make
@@ -28,24 +28,10 @@ DASH_DIR := $(BUILDDIR)/$(DASH)
# Get
# ----------------------------------------------------------------------------
-$(STATEDIR)/dash.get:
- @$(call targetinfo, $@)
- @$(call touch, $@)
-
$(DASH_SOURCE):
- @$(call targetinfo, $@)
+ @$(call targetinfo)
@$(call get, DASH)
-# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/dash.extract:
- @$(call targetinfo, $@)
- @$(call clean, $(DASH_DIR))
- @$(call extract, DASH)
- @$(call patchin, DASH)
- @$(call touch, $@)
# ----------------------------------------------------------------------------
# Prepare
@@ -61,38 +47,12 @@ DASH_AUTOCONF := \
$(CROSS_AUTOCONF_USR) \
--with-libedit=no
-$(STATEDIR)/dash.prepare:
- @$(call targetinfo, $@)
- @$(call clean, $(DASH_DIR)/config.cache)
- cd $(DASH_DIR) && \
- $(DASH_PATH) $(DASH_ENV) \
- ./configure $(DASH_AUTOCONF)
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
-# Compile
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/dash.compile:
- @$(call targetinfo, $@)
- cd $(DASH_DIR) && $(DASH_PATH) $(MAKE) $(PARALLELMFLAGS)
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
-# Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/dash.install:
- @$(call targetinfo, $@)
- @$(call install, DASH)
- @$(call touch, $@)
-
# ----------------------------------------------------------------------------
# Target-Install
# ----------------------------------------------------------------------------
$(STATEDIR)/dash.targetinstall:
- @$(call targetinfo, $@)
+ @$(call targetinfo)
@$(call install_init, dash)
@$(call install_fixup, dash,PACKAGE,dash)
@@ -107,7 +67,7 @@ $(STATEDIR)/dash.targetinstall:
@$(call install_finish, dash)
- @$(call touch, $@)
+ @$(call touch)
# ----------------------------------------------------------------------------
# Clean