summaryrefslogtreecommitdiffstats
path: root/rules/host-libpthread-stubs.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-01-09 21:25:50 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-01-10 15:39:05 +0100
commitaabe0a1bd1233985c9ca4ce5b04acf6b811a1280 (patch)
treecf96b4c776f1a01a13cd0613d9466801fdf6e0c3 /rules/host-libpthread-stubs.make
parented1f6a5a37b1c2b570ec7c585008f434b6c24340 (diff)
downloadptxdist-aabe0a1bd1233985c9ca4ce5b04acf6b811a1280.tar.gz
ptxdist-aabe0a1bd1233985c9ca4ce5b04acf6b811a1280.tar.xz
[host-libpthread-stubs] cleanup makefile
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-libpthread-stubs.make')
-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
# ----------------------------------------------------------------------------