summaryrefslogtreecommitdiffstats
path: root/rules/host-e2fsprogs.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-07-20 16:14:47 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-07-21 00:20:17 +0200
commit517abd2bbfe24bfd74f1de160411105eb8ea820e (patch)
treeba9cb98a09988e1efa2e07197d935e1fc14cdb1a /rules/host-e2fsprogs.make
parentcf0a84d688be63c4d9d86a69540260717466d1f4 (diff)
downloadptxdist-517abd2bbfe24bfd74f1de160411105eb8ea820e.tar.gz
ptxdist-517abd2bbfe24bfd74f1de160411105eb8ea820e.tar.xz
[host-e2fsprogs] just cleanups
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/host-e2fsprogs.make')
-rw-r--r--rules/host-e2fsprogs.make38
1 files changed, 6 insertions, 32 deletions
diff --git a/rules/host-e2fsprogs.make b/rules/host-e2fsprogs.make
index 67a804d24..0f99528e3 100644
--- a/rules/host-e2fsprogs.make
+++ b/rules/host-e2fsprogs.make
@@ -1,7 +1,7 @@
# -*-makefile-*-
-# $Id$
#
# Copyright (C) 2006 by Robert Schwebel
+# 2009 by Marc Kleine-Budde <mkl@pengutronix.de>
#
# See CREDITS for details about who has contributed to this project.
#
@@ -20,36 +20,29 @@ HOST_PACKAGES-$(PTXCONF_HOST_E2FSPROGS) += host-e2fsprogs
HOST_E2FSPROGS = $(E2FSPROGS)
HOST_E2FSPROGS_DIR = $(HOST_BUILDDIR)/$(HOST_E2FSPROGS)
-
# ----------------------------------------------------------------------------
# Get
# ----------------------------------------------------------------------------
-host-e2fsprogs_get: $(STATEDIR)/host-e2fsprogs.get
-
$(STATEDIR)/host-e2fsprogs.get: $(STATEDIR)/e2fsprogs.get
- @$(call targetinfo, $@)
- @$(call touch, $@)
+ @$(call targetinfo)
+ @$(call touch)
# ----------------------------------------------------------------------------
# Extract
# ----------------------------------------------------------------------------
-host-e2fsprogs_extract: $(STATEDIR)/host-e2fsprogs.extract
-
-$(STATEDIR)/host-e2fsprogs.extract: $(host-e2fsprogs_extract_deps_default)
- @$(call targetinfo, $@)
+$(STATEDIR)/host-e2fsprogs.extract:
+ @$(call targetinfo)
@$(call clean, $(HOST_E2FSPROGS_DIR))
@$(call extract, E2FSPROGS, $(HOST_BUILDDIR))
@$(call patchin, E2FSPROGS, $(HOST_E2FSPROGS_DIR))
- @$(call touch, $@)
+ @$(call touch)
# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
-host-e2fsprogs_prepare: $(STATEDIR)/host-e2fsprogs.prepare
-
HOST_E2FSPROGS_PATH := PATH=$(HOST_PATH)
HOST_E2FSPROGS_ENV := $(HOSTCC_ENV)
@@ -58,25 +51,6 @@ HOST_E2FSPROGS_ENV := $(HOSTCC_ENV)
#
HOST_E2FSPROGS_AUTOCONF := $(HOST_AUTOCONF)
-$(STATEDIR)/host-e2fsprogs.prepare: $(host-e2fsprogs_prepare_deps_default)
- @$(call targetinfo, $@)
- @$(call clean, $(HOST_E2FSPROGS_DIR)/config.cache)
- cd $(HOST_E2FSPROGS_DIR) && \
- $(HOST_E2FSPROGS_PATH) $(HOST_E2FSPROGS_ENV) \
- ./configure $(HOST_E2FSPROGS_AUTOCONF)
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
-# Compile
-# ----------------------------------------------------------------------------
-
-host-e2fsprogs_compile: $(STATEDIR)/host-e2fsprogs.compile
-
-$(STATEDIR)/host-e2fsprogs.compile: $(host-e2fsprogs_compile_deps_default)
- @$(call targetinfo, $@)
- cd $(HOST_E2FSPROGS_DIR) && $(HOST_E2FSPROGS_ENV) $(HOST_E2FSPROGS_PATH) make
- @$(call touch, $@)
-
# ----------------------------------------------------------------------------
# Install
# ----------------------------------------------------------------------------