summaryrefslogtreecommitdiffstats
path: root/rules/portmap.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-05-12 07:42:21 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-05-12 07:42:21 +0000
commitb9c1087096eaa85b55d3f01cf23a57e339a2999b (patch)
tree45dca9377b70bbe94c98d02683f8fd2847cd5080 /rules/portmap.make
parent1fcc37033ad027941c24eef7d8ec8d56e36a925a (diff)
downloadptxdist-b9c1087096eaa85b55d3f01cf23a57e339a2999b.tar.gz
ptxdist-b9c1087096eaa85b55d3f01cf23a57e339a2999b.tar.xz
[portmap] remove tcpwrapper leftovers + cleanups
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10476 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/portmap.make')
-rw-r--r--rules/portmap.make34
1 files changed, 4 insertions, 30 deletions
diff --git a/rules/portmap.make b/rules/portmap.make
index 7eaefb5e2..284eb7031 100644
--- a/rules/portmap.make
+++ b/rules/portmap.make
@@ -2,6 +2,8 @@
# $Id$
#
# Copyright (C) 2002 by Pengutronix e.K., Hildesheim, Germany
+# 2009 by Marc Kleine-Budde <mkl@pengutronix.de>
+#
# See CREDITS for details about who has contributed to this project.
#
# For further information about the PTXdist project and license conditions
@@ -33,27 +35,10 @@ $(PORTMAP_SOURCE):
@$(call get, PORTMAP)
# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/portmap.extract:
- @$(call targetinfo)
- @$(call clean, $(PORTMAP_DIR))
- @$(call extract, PORTMAP)
- @$(call patchin, PORTMAP)
-#
-# Attention: TCP-Wrapper will be ignored and not used!
-#
-#ifndef PTXCONF_TCPWRAPPER
-# sed -i -e 's/$$(WRAP_DIR)\/libwrap.a//' $(PORTMAP_DIR)/Makefile
-#endif
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
-$(STATEDIR)/portmap.prepare: $(portmap_prepare_deps_default)
+$(STATEDIR)/portmap.prepare:
@$(call targetinfo)
@$(call touch)
@@ -64,16 +49,6 @@ $(STATEDIR)/portmap.prepare: $(portmap_prepare_deps_default)
PORTMAP_ENV = $(CROSS_ENV)
PORTMAP_PATH = PATH=$(CROSS_PATH)
-ifdef PTXCONF_TCPWRAPPER
-PORTMAP_MAKEVARS = WRAP_DIR=$(SYSROOT)/lib
-endif
-
-$(STATEDIR)/portmap.compile:
- @$(call targetinfo)
- cd $(PORTMAP_DIR) && \
- $(PORTMAP_ENV) $(PORTMAP_PATH) make $(PORTMAP_MAKEVARS)
- @$(call touch)
-
# ----------------------------------------------------------------------------
# Install
# ----------------------------------------------------------------------------
@@ -99,8 +74,7 @@ $(STATEDIR)/portmap.targetinstall:
@$(call install_fixup, portmap,DESCRIPTION,missing)
@$(call install_copy, portmap, 0, 0, 0755, \
- $(PORTMAP_DIR)/portmap, \
- /sbin/portmap)
+ $(PORTMAP_DIR)/portmap, /sbin/portmap)
# #
# # busybox init