summaryrefslogtreecommitdiffstats
path: root/rules/canutils.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/canutils.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/canutils.make')
-rw-r--r--rules/canutils.make12
1 files changed, 6 insertions, 6 deletions
diff --git a/rules/canutils.make b/rules/canutils.make
index d4e3e1b03..709ef314c 100644
--- a/rules/canutils.make
+++ b/rules/canutils.make
@@ -36,7 +36,7 @@ canutils_get_deps = \
$(STATEDIR)/canutils.get: $(canutils_get_deps)
@$(call targetinfo, $@)
- touch $@
+ @$(call touch, $@)
$(CANUTILS_SOURCE):
@$(call targetinfo, $@)
@@ -55,7 +55,7 @@ $(STATEDIR)/canutils.extract: $(canutils_extract_deps)
@$(call clean, $(CANUTILS_DIR))
@$(call extract, $(CANUTILS_SOURCE))
@$(call patchin, $(CANUTILS))
- touch $@
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Prepare
@@ -85,7 +85,7 @@ $(STATEDIR)/canutils.prepare: $(canutils_prepare_deps)
cd $(CANUTILS_DIR) && \
$(CANUTILS_PATH) $(CANUTILS_ENV) \
./configure $(CANUTILS_AUTOCONF)
- touch $@
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Compile
@@ -98,7 +98,7 @@ canutils_compile_deps = $(STATEDIR)/canutils.prepare
$(STATEDIR)/canutils.compile: $(canutils_compile_deps)
@$(call targetinfo, $@)
cd $(CANUTILS_DIR) && $(CANUTILS_ENV) $(CANUTILS_PATH) make
- touch $@
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Install
@@ -109,7 +109,7 @@ canutils_install: $(STATEDIR)/canutils.install
$(STATEDIR)/canutils.install: $(STATEDIR)/canutils.compile
@$(call targetinfo, $@)
cd $(CANUTILS_DIR) && $(CANUTILS_ENV) $(CANUTILS_PATH) make install
- touch $@
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Target-Install
@@ -144,7 +144,7 @@ ifdef PTXCONF_CANUTILS_CANSEND
@$(call install_copy, 0, 0, 0755, $(CANUTILS_DIR)/src/cansend, /sbin/cansend)
endif
@$(call install_finish)
- touch $@
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Clean