summaryrefslogtreecommitdiffstats
path: root/rules/utelnetd.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2003-10-23 15:01:19 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2003-10-23 15:01:19 +0000
commita8ad8f5b6429e82b659f2f11548f68bcb353b00a (patch)
tree2dbd95fd14619c038a721d6414ada33a256caeb9 /rules/utelnetd.make
parent091ef762efcd334a15a7785fbf82e2c393d665ec (diff)
downloadptxdist-a8ad8f5b6429e82b659f2f11548f68bcb353b00a.tar.gz
ptxdist-a8ad8f5b6429e82b659f2f11548f68bcb353b00a.tar.xz
* merge with testing-branch
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@608 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/utelnetd.make')
-rw-r--r--rules/utelnetd.make22
1 files changed, 11 insertions, 11 deletions
diff --git a/rules/utelnetd.make b/rules/utelnetd.make
index d94c83819..0013b899a 100644
--- a/rules/utelnetd.make
+++ b/rules/utelnetd.make
@@ -1,10 +1,10 @@
# -*-makefile-*-
-# $Id: utelnetd.make,v 1.5 2003/07/16 04:23:28 mkl Exp $
+# $Id: utelnetd.make,v 1.6 2003/10/23 15:01:19 mkl Exp $
#
-# (c) 2002 by Pengutronix e.K., Hildesheim, Germany
+# Copyright (C) 2002 by Pengutronix e.K., Hildesheim, Germany
# See CREDITS for details about who has contributed to this project.
#
-# For further information about the PTXDIST project and license conditions
+# For further information about the PTXdist project and license conditions
# see the README file.
#
@@ -31,11 +31,11 @@ UTELNETD_EXTRACT = gzip -dc
utelnetd_get: $(STATEDIR)/utelnetd.get
$(STATEDIR)/utelnetd.get: $(UTELNETD_SOURCE)
- @$(call targetinfo, utelnetd.get)
+ @$(call targetinfo, $@)
touch $@
$(UTELNETD_SOURCE):
- @$(call targetinfo, $(UTELNETD_SOURCE))
+ @$(call targetinfo, $@)
wget -P $(SRCDIR) $(PASSIVEFTP) $(UTELNETD_URL)
# ----------------------------------------------------------------------------
@@ -45,7 +45,7 @@ $(UTELNETD_SOURCE):
utelnetd_extract: $(STATEDIR)/utelnetd.extract
$(STATEDIR)/utelnetd.extract: $(STATEDIR)/utelnetd.get
- @$(call targetinfo, utelnetd.extract)
+ @$(call targetinfo, $@)
@$(call clean, $(UTELNETS_DIR))
$(UTELNETD_EXTRACT) $(UTELNETD_SOURCE) | $(TAR) -C $(BUILDDIR) -xf -
touch $@
@@ -57,7 +57,7 @@ $(STATEDIR)/utelnetd.extract: $(STATEDIR)/utelnetd.get
utelnetd_prepare: $(STATEDIR)/utelnetd.prepare
$(STATEDIR)/utelnetd.prepare: $(STATEDIR)/virtual-xchain.install $(STATEDIR)/utelnetd.extract
- @$(call targetinfo, utelnetd.prepare)
+ @$(call targetinfo, $@)
touch $@
# ----------------------------------------------------------------------------
@@ -70,7 +70,7 @@ UTELNETD_ENVIRONMENT += PATH=$(PTXCONF_PREFIX)/bin:$$PATH
UTELNETD_MAKEVARS += CROSS=$(PTXCONF_GNU_TARGET)-
$(STATEDIR)/utelnetd.compile: $(STATEDIR)/utelnetd.prepare
- @$(call targetinfo, utelnetd.compile)
+ @$(call targetinfo, $@)
$(UTELNETD_ENVIRONMENT) make -C $(UTELNETD_DIR) $(UTELNETD_MAKEVARS)
touch $@
@@ -81,7 +81,7 @@ $(STATEDIR)/utelnetd.compile: $(STATEDIR)/utelnetd.prepare
utelnetd_install: $(STATEDIR)/utelnetd.install
$(STATEDIR)/utelnetd.install: $(STATEDIR)/utelnetd.compile
- @$(call targetinfo, utelnetd.install)
+ @$(call targetinfo, $@)
touch $@
# ----------------------------------------------------------------------------
@@ -91,10 +91,10 @@ $(STATEDIR)/utelnetd.install: $(STATEDIR)/utelnetd.compile
utelnetd_targetinstall: $(STATEDIR)/utelnetd.targetinstall
$(STATEDIR)/utelnetd.targetinstall: $(STATEDIR)/utelnetd.install
- @$(call targetinfo, utelnetd.targetinstall)
+ @$(call targetinfo, $@)
install -d $(ROOTDIR)/sbin/
install $(UTELNETD_DIR)/utelnetd $(ROOTDIR)/sbin/
- $(CROSSSTRIP) -R .notes -R .comment $(ROOTDIR)/sbin/utelnetd
+ $(CROSSSTRIP) -R .note -R .comment $(ROOTDIR)/sbin/utelnetd
touch $@
# ----------------------------------------------------------------------------