summaryrefslogtreecommitdiffstats
path: root/rules/rsync.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2005-12-11 12:46:17 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2005-12-11 12:46:17 +0000
commit6cac69e323ea6809e4c9cb94334fa9505a0905f4 (patch)
treec49eab618b1b2f4af48972fdce422f87f3f95bda /rules/rsync.make
parent50dc3ead7376f0a3e82ec46f57f74cf85623d5c9 (diff)
downloadptxdist-6cac69e323ea6809e4c9cb94334fa9505a0905f4.tar.gz
ptxdist-6cac69e323ea6809e4c9cb94334fa9505a0905f4.tar.xz
hide $(call touch) output with @; replace manual install by $(call install...
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@3502 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/rsync.make')
-rw-r--r--rules/rsync.make12
1 files changed, 6 insertions, 6 deletions
diff --git a/rules/rsync.make b/rules/rsync.make
index 68dfd42cd..fa2bdf1c5 100644
--- a/rules/rsync.make
+++ b/rules/rsync.make
@@ -34,7 +34,7 @@ rsync_get_deps = $(RSYNC_SOURCE)
$(STATEDIR)/rsync.get: $(rsync_get_deps)
@$(call targetinfo, $@)
- $(call touch, $@)
+ @$(call touch, $@)
$(RSYNC_SOURCE):
@$(call targetinfo, $@)
@@ -53,7 +53,7 @@ $(STATEDIR)/rsync.extract: $(rsync_extract_deps)
@$(call clean, $(RSYNC_DIR))
@$(call extract, $(RSYNC_SOURCE))
@$(call patchin, $(RSYNC))
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Prepare
@@ -86,7 +86,7 @@ $(STATEDIR)/rsync.prepare: $(rsync_prepare_deps)
cd $(RSYNC_DIR) && \
$(RSYNC_PATH) $(RSYNC_ENV) \
./configure $(RSYNC_AUTOCONF)
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Compile
@@ -99,7 +99,7 @@ rsync_compile_deps = $(STATEDIR)/rsync.prepare
$(STATEDIR)/rsync.compile: $(rsync_compile_deps)
@$(call targetinfo, $@)
$(RSYNC_PATH) make -C $(RSYNC_DIR)
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Install
@@ -109,7 +109,7 @@ rsync_install: $(STATEDIR)/rsync.install
$(STATEDIR)/rsync.install: $(STATEDIR)/rsync.compile
@$(call targetinfo, $@)
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Target-Install
@@ -134,7 +134,7 @@ $(STATEDIR)/rsync.targetinstall: $(rsync_targetinstall_deps)
@$(call install_copy, 0, 0, 0755, $(RSYNC_DIR)/rsync, /usr/bin/rsync)
@$(call install_finish)
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Clean