summaryrefslogtreecommitdiffstats
path: root/rules/netkit-ftp.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2005-09-28 15:01:53 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2005-09-28 15:01:53 +0000
commit4cde7ab3c1d8076d17cc2389cd4bc6ea984b6706 (patch)
tree7a457568df9abc80bf83063d24896ee48dd91eee /rules/netkit-ftp.make
parent654e7acff28f9c3d6ebecdc5b5fe77dc9e109da0 (diff)
downloadptxdist-4cde7ab3c1d8076d17cc2389cd4bc6ea984b6706.tar.gz
ptxdist-4cde7ab3c1d8076d17cc2389cd4bc6ea984b6706.tar.xz
merge: backports from 0.9
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@3172 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/netkit-ftp.make')
-rw-r--r--rules/netkit-ftp.make12
1 files changed, 6 insertions, 6 deletions
diff --git a/rules/netkit-ftp.make b/rules/netkit-ftp.make
index abf4b5718..adc54855e 100644
--- a/rules/netkit-ftp.make
+++ b/rules/netkit-ftp.make
@@ -36,7 +36,7 @@ netkit-ftp_get_deps = $(NETKIT-FTP_SOURCE)
$(STATEDIR)/netkit-ftp.get: $(netkit-ftp_get_deps)
@$(call targetinfo, $@)
@$(call get_patches, $(NETKIT-FTP))
- touch $@
+ $(call touch, $@)
$(NETKIT-FTP_SOURCE):
@$(call targetinfo, $@)
@@ -55,7 +55,7 @@ $(STATEDIR)/netkit-ftp.extract: $(netkit-ftp_extract_deps)
@$(call clean, $(NETKIT-FTP_DIR))
@$(call extract, $(NETKIT-FTP_SOURCE))
@$(call patchin, $(NETKIT-FTP))
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Prepare
@@ -99,7 +99,7 @@ $(STATEDIR)/netkit-ftp.prepare: $(netkit-ftp_prepare_deps)
echo "LIBTERMCAP=-lncurses" >> $(NETKIT-FTP_DIR)/MCONFIG \
echo "USE_GLIBC=1" >> $(NETKIT-FTP_DIR)/MCONFIG \
echo "USE_READLINE=0" >> $(NETKIT-FTP_DIR)/MCONFIG
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Compile
@@ -112,7 +112,7 @@ netkit-ftp_compile_deps = $(STATEDIR)/netkit-ftp.prepare
$(STATEDIR)/netkit-ftp.compile: $(netkit-ftp_compile_deps)
@$(call targetinfo, $@)
cd $(NETKIT-FTP_DIR) && $(NETKIT-FTP_ENV) $(NETKIT-FTP_PATH) make
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Install
@@ -123,7 +123,7 @@ netkit-ftp_install: $(STATEDIR)/netkit-ftp.install
$(STATEDIR)/netkit-ftp.install: $(STATEDIR)/netkit-ftp.compile
@$(call targetinfo, $@)
# cd $(NETKIT-FTP_DIR) && $(NETKIT-FTP_ENV) $(NETKIT-FTP_PATH) make install
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Target-Install
@@ -149,7 +149,7 @@ $(STATEDIR)/netkit-ftp.targetinstall: $(netkit-ftp_targetinstall_deps)
@$(call install_finish)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Clean