summaryrefslogtreecommitdiffstats
path: root/rules/tinylogin.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/tinylogin.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/tinylogin.make')
-rw-r--r--rules/tinylogin.make20
1 files changed, 10 insertions, 10 deletions
diff --git a/rules/tinylogin.make b/rules/tinylogin.make
index c2d0412ea..58be73354 100644
--- a/rules/tinylogin.make
+++ b/rules/tinylogin.make
@@ -1,10 +1,10 @@
# -*-makefile-*-
-# $Id: tinylogin.make,v 1.1 2003/07/16 04:23:28 mkl Exp $
+# $Id: tinylogin.make,v 1.2 2003/10/23 15:01:19 mkl Exp $
#
-# (c) 2003 by Marc Kleine-Budde <kleine-budde@gmx.de>
+# Copyright (C) 2003 by Marc Kleine-Budde <kleine-budde@gmx.de>
# 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.
#
@@ -33,11 +33,11 @@ tinylogin_get: $(STATEDIR)/tinylogin.get
tinylogin_get_deps = $(TINYLOGIN_SOURCE)
$(STATEDIR)/tinylogin.get: $(tinylogin_get_deps)
- @$(call targetinfo, tinylogin.get)
+ @$(call targetinfo, $@)
touch $@
$(TINYLOGIN_SOURCE):
- @$(call targetinfo, $(TINYLOGIN_SOURCE))
+ @$(call targetinfo, $@)
wget -P $(SRCDIR) $(PASSIVEFTP) $(TINYLOGIN_URL)
# ----------------------------------------------------------------------------
@@ -47,7 +47,7 @@ $(TINYLOGIN_SOURCE):
tinylogin_extract: $(STATEDIR)/tinylogin.extract
$(STATEDIR)/tinylogin.extract: $(STATEDIR)/tinylogin.get
- @$(call targetinfo, tinylogin.extract)
+ @$(call targetinfo, $@)
$(TINYLOGIN_EXTRACT) $(TINYLOGIN_SOURCE) | tar -C $(BUILDDIR) -xf -
touch $@
@@ -66,7 +66,7 @@ TINYLOGIN_MAKEVARS = CROSS=$(PTXCONF_GNU_TARGET)-
tinylogin_prepare_deps = $(STATEDIR)/tinylogin.extract $(STATEDIR)/virtual-xchain.install
$(STATEDIR)/tinylogin.prepare: $(tinylogin_prepare_deps)
- @$(call targetinfo, tinylogin.prepare)
+ @$(call targetinfo, $@)
touch $@
# ----------------------------------------------------------------------------
@@ -78,7 +78,7 @@ tinylogin_compile: $(STATEDIR)/tinylogin.compile
tinylogin_compile_deps = $(STATEDIR)/tinylogin.prepare
$(STATEDIR)/tinylogin.compile: $(tinylogin_compile_deps)
- @$(call targetinfo, tinylogin.compile)
+ @$(call targetinfo, $@)
$(TINYLOGIN_PATH) make -C $(TINYLOGIN_DIR) $(TINYLOGIN_MAKEVARS)
touch $@
@@ -89,7 +89,7 @@ $(STATEDIR)/tinylogin.compile: $(tinylogin_compile_deps)
tinylogin_install: $(STATEDIR)/tinylogin.install
$(STATEDIR)/tinylogin.install: $(STATEDIR)/tinylogin.compile
- @$(call targetinfo, tinylogin.install)
+ @$(call targetinfo, $@)
touch $@
# ----------------------------------------------------------------------------
@@ -99,7 +99,7 @@ $(STATEDIR)/tinylogin.install: $(STATEDIR)/tinylogin.compile
tinylogin_targetinstall: $(STATEDIR)/tinylogin.targetinstall
$(STATEDIR)/tinylogin.targetinstall: $(STATEDIR)/tinylogin.install
- @$(call targetinfo, tinylogin.targetinstall)
+ @$(call targetinfo, $@)
touch $@
# ----------------------------------------------------------------------------