summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/host-libpthread-stubs.make52
1 files changed, 2 insertions, 50 deletions
diff --git a/rules/host-libpthread-stubs.make b/rules/host-libpthread-stubs.make
index 88ef4426a..f8ddfeb47 100644
--- a/rules/host-libpthread-stubs.make
+++ b/rules/host-libpthread-stubs.make
@@ -1,5 +1,4 @@
# -*-makefile-*-
-# $Id$
#
# Copyright (C) 2007 by Michael Olbrich <m.olbrich@pengutronix.de>
#
@@ -23,31 +22,14 @@ HOST_LIBPTHREAD_STUBS_DIR = $(HOST_BUILDDIR)/$(LIBPTHREAD_STUBS)
# Get
# ----------------------------------------------------------------------------
-host-libpthread-stubs_get: $(STATEDIR)/host-libpthread-stubs.get
-
$(STATEDIR)/host-libpthread-stubs.get: $(STATEDIR)/libpthread-stubs.get
- @$(call targetinfo, $@)
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-host-libpthread-stubs_extract: $(STATEDIR)/host-libpthread-stubs.extract
-
-$(STATEDIR)/host-libpthread-stubs.extract: $(host-libpthread-stubs_extract_deps_default)
- @$(call targetinfo, $@)
- @$(call clean, $(HOST_LIBPTHREAD_STUBS_DIR))
- @$(call extract, LIBPTHREAD_STUBS, $(HOST_BUILDDIR))
- @$(call patchin, LIBPTHREAD_STUBS, $(HOST_LIBPTHREAD_STUBS_DIR))
- @$(call touch, $@)
+ @$(call targetinfo)
+ @$(call touch)
# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
-host-libpthread-stubs_prepare: $(STATEDIR)/host-libpthread-stubs.prepare
-
HOST_LIBPTHREAD_STUBS_PATH := PATH=$(HOST_PATH)
HOST_LIBPTHREAD_STUBS_ENV := $(HOST_ENV)
@@ -56,36 +38,6 @@ HOST_LIBPTHREAD_STUBS_ENV := $(HOST_ENV)
#
HOST_LIBPTHREAD_STUBS_AUTOCONF := $(HOST_AUTOCONF)
-$(STATEDIR)/host-libpthread-stubs.prepare: $(host-libpthread-stubs_prepare_deps_default)
- @$(call targetinfo, $@)
- @$(call clean, $(HOST_LIBPTHREAD_STUBS_DIR)/config.cache)
- cd $(HOST_LIBPTHREAD_STUBS_DIR) && \
- $(HOST_LIBPTHREAD_STUBS_PATH) $(HOST_LIBPTHREAD_STUBS_ENV) \
- ./configure $(HOST_LIBPTHREAD_STUBS_AUTOCONF)
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
-# Compile
-# ----------------------------------------------------------------------------
-
-host-libpthread-stubs_compile: $(STATEDIR)/host-libpthread-stubs.compile
-
-$(STATEDIR)/host-libpthread-stubs.compile: $(host-libpthread-stubs_compile_deps_default)
- @$(call targetinfo, $@)
- cd $(HOST_LIBPTHREAD_STUBS_DIR) && $(HOST_LIBPTHREAD_STUBS_PATH) $(MAKE) $(PARALLELMFLAGS)
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
-# Install
-# ----------------------------------------------------------------------------
-
-host-libpthread-stubs_install: $(STATEDIR)/host-libpthread-stubs.install
-
-$(STATEDIR)/host-libpthread-stubs.install: $(host-libpthread-stubs_install_deps_default)
- @$(call targetinfo, $@)
- @$(call install, HOST_LIBPTHREAD_STUBS,,h)
- @$(call touch, $@)
-
# ----------------------------------------------------------------------------
# Clean
# ----------------------------------------------------------------------------