summaryrefslogtreecommitdiffstats
path: root/rules/dropbear.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-01-21 20:29:40 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-01-21 22:08:48 +0100
commita7a6e062312f7e4db6def2fe74ebfa031f1e17a6 (patch)
tree4c4b95344c6e2689bbc88d033e695014ab851fe9 /rules/dropbear.make
parent5981e0693487bce325f6bdad72742b5aab432640 (diff)
downloadptxdist-a7a6e062312f7e4db6def2fe74ebfa031f1e17a6.tar.gz
ptxdist-a7a6e062312f7e4db6def2fe74ebfa031f1e17a6.tar.xz
[dropbear] modernise makefile
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/dropbear.make')
-rw-r--r--rules/dropbear.make8
1 files changed, 1 insertions, 7 deletions
diff --git a/rules/dropbear.make b/rules/dropbear.make
index 6dbcb0528..30b62649f 100644
--- a/rules/dropbear.make
+++ b/rules/dropbear.make
@@ -37,9 +37,6 @@ $(DROPBEAR_SOURCE):
# Prepare
# ----------------------------------------------------------------------------
-DROPBEAR_PATH := PATH=$(CROSS_PATH)
-DROPBEAR_ENV := $(CROSS_ENV)
-
#
# autoconf
#
@@ -95,10 +92,7 @@ endif
$(STATEDIR)/dropbear.prepare:
@$(call targetinfo)
- @$(call clean, $(DROPBEAR_BUILDDIR))
- cd $(DROPBEAR_DIR) && \
- $(DROPBEAR_PATH) $(DROPBEAR_ENV) \
- $(DROPBEAR_DIR)/configure $(DROPBEAR_AUTOCONF)
+ @$(call world/prepare, DROPBEAR)
ifdef PTXCONF_DROPBEAR_DIS_X11
@echo "ptxdist: disabling x11 forwarding"