From c0b9d82fffc685de7443479ca5aa45100441b14e Mon Sep 17 00:00:00 2001 From: Marc Kleine-Budde Date: Tue, 5 May 2009 19:54:04 +0000 Subject: [libffi] just cleanups Signed-off-by: Marc Kleine-Budde git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10376 33e552b5-05e3-0310-8538-816dae2090ed --- rules/libffi.make | 29 +---------------------------- 1 file changed, 1 insertion(+), 28 deletions(-) (limited to 'rules/libffi.make') 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 +# 2009 by Marc Kleine-Budde # # See CREDITS for details about who has contributed to this project. # @@ -32,17 +33,6 @@ $(LIBFFI_SOURCE): @$(call targetinfo) @$(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 # ---------------------------------------------------------------------------- -- cgit v1.2.3