summaryrefslogtreecommitdiffstats
path: root/rules/libffi.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-05-05 19:54:04 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-05-05 19:54:04 +0000
commitc0b9d82fffc685de7443479ca5aa45100441b14e (patch)
tree0eb586de0017c6bdaf4ffdd2a68071b998f58bca /rules/libffi.make
parent2870ac5318760e571512e8d8b14a29c516ae6e73 (diff)
downloadptxdist-c0b9d82fffc685de7443479ca5aa45100441b14e.tar.gz
ptxdist-c0b9d82fffc685de7443479ca5aa45100441b14e.tar.xz
[libffi] just cleanups
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10376 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/libffi.make')
-rw-r--r--rules/libffi.make29
1 files changed, 1 insertions, 28 deletions
diff --git a/rules/libffi.make b/rules/libffi.make
index 988b6765f..b04551893 100644
--- a/rules/libffi.make
+++ b/rules/libffi.make
@@ -2,6 +2,7 @@
# $Id: template-make 9053 2008-11-03 10:58:48Z wsa $
#
# Copyright (C) 2008 by Robert Schwebel <r.schwebel@pengutronix.de>
+# 2009 by Marc Kleine-Budde <mkl@pengutronix.de>
#
# See CREDITS for details about who has contributed to this project.
#
@@ -33,17 +34,6 @@ $(LIBFFI_SOURCE):
@$(call get, LIBFFI)
# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/libffi.extract:
- @$(call targetinfo)
- @$(call clean, $(LIBFFI_DIR))
- @$(call extract, LIBFFI)
- @$(call patchin, LIBFFI)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
@@ -55,23 +45,6 @@ LIBFFI_ENV := $(CROSS_ENV)
#
LIBFFI_AUTOCONF := $(CROSS_AUTOCONF_USR)
-$(STATEDIR)/libffi.prepare:
- @$(call targetinfo)
- @$(call clean, $(LIBFFI_DIR)/config.cache)
- cd $(LIBFFI_DIR) && \
- $(LIBFFI_PATH) $(LIBFFI_ENV) \
- ./configure $(LIBFFI_AUTOCONF)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Compile
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/libffi.compile:
- @$(call targetinfo)
- cd $(LIBFFI_DIR) && $(LIBFFI_PATH) $(MAKE) $(PARALLELMFLAGS)
- @$(call touch)
-
# ----------------------------------------------------------------------------
# Install
# ----------------------------------------------------------------------------