summaryrefslogtreecommitdiffstats
path: root/rules/host-termcap.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2005-11-29 23:04:33 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2005-11-29 23:04:33 +0000
commite3977dd6c71096913d432de42865216010aa94bf (patch)
tree47c20755dec10f4a1f1fd55871dbf40f78cb6ef6 /rules/host-termcap.make
parent055bd567307b482947726a89fc2f109feb1b1647 (diff)
downloadptxdist-e3977dd6c71096913d432de42865216010aa94bf.tar.gz
ptxdist-e3977dd6c71096913d432de42865216010aa94bf.tar.xz
fix: convert all touchs into call touchs; migrate TOPDIR to PTXDIST_TOPDIR
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@3463 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/host-termcap.make')
-rw-r--r--rules/host-termcap.make10
1 files changed, 5 insertions, 5 deletions
diff --git a/rules/host-termcap.make b/rules/host-termcap.make
index d3907ccf3..00f482b2e 100644
--- a/rules/host-termcap.make
+++ b/rules/host-termcap.make
@@ -34,7 +34,7 @@ host-termcap_get_deps = $(TERMCAP_SOURCE)
$(STATEDIR)/host-termcap.get: $(host-termcap_get_deps)
@$(call targetinfo, $@)
@$(call get_patches, $(HOST_TERMCAP))
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Extract
@@ -49,7 +49,7 @@ $(STATEDIR)/host-termcap.extract: $(host-termcap_extract_deps)
@$(call clean, $(HOST_TERMCAP_DIR))
@$(call extract, $(TERMCAP_SOURCE), $(HOST_BUILDDIR))
@$(call patchin, $(HOST_TERMCAP), $(HOST_TERMCAP_DIR))
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Prepare
@@ -79,7 +79,7 @@ $(STATEDIR)/host-termcap.prepare: $(host-termcap_prepare_deps)
cd $(HOST_TERMCAP_DIR) && \
$(HOST_TERMCAP_PATH) $(HOST_TERMCAP_ENV) \
./configure $(HOST_TERMCAP_AUTOCONF)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Compile
@@ -92,7 +92,7 @@ host-termcap_compile_deps = $(STATEDIR)/host-termcap.prepare
$(STATEDIR)/host-termcap.compile: $(host-termcap_compile_deps)
@$(call targetinfo, $@)
cd $(HOST_TERMCAP_DIR) && $(HOST_TERMCAP_ENV) $(HOST_TERMCAP_PATH) make
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Install
@@ -105,7 +105,7 @@ host-termcap_install_deps = $(STATEDIR)/host-termcap.compile
$(STATEDIR)/host-termcap.install: $(host-termcap_install_deps)
@$(call targetinfo, $@)
cd $(HOST_TERMCAP_DIR) && $(HOST_TERMCAP_ENV) $(HOST_TERMCAP_PATH) make install
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Clean