summaryrefslogtreecommitdiffstats
path: root/rules/oprofile.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/oprofile.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/oprofile.make')
-rw-r--r--rules/oprofile.make14
1 files changed, 7 insertions, 7 deletions
diff --git a/rules/oprofile.make b/rules/oprofile.make
index d5eed9c10..5c73698ea 100644
--- a/rules/oprofile.make
+++ b/rules/oprofile.make
@@ -34,7 +34,7 @@ oprofile_get_deps = $(OPROFILE_SOURCE)
$(STATEDIR)/oprofile.get: $(oprofile_get_deps)
@$(call targetinfo, $@)
- $(call touch, $@)
+ @$(call touch, $@)
$(OPROFILE_SOURCE):
@$(call targetinfo, $@)
@@ -53,7 +53,7 @@ $(STATEDIR)/oprofile.extract: $(oprofile_extract_deps)
@$(call clean, $(OPROFILE_DIR))
@$(call extract, $(OPROFILE_SOURCE))
@$(call patchin, $(OPROFILE))
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Prepare
@@ -92,7 +92,7 @@ $(STATEDIR)/oprofile.prepare: $(oprofile_prepare_deps)
cd $(OPROFILE_DIR) && \
$(OPROFILE_PATH) $(OPROFILE_ENV) \
./configure $(OPROFILE_AUTOCONF)
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Compile
@@ -105,7 +105,7 @@ oprofile_compile_deps = $(STATEDIR)/oprofile.prepare
$(STATEDIR)/oprofile.compile: $(oprofile_compile_deps)
@$(call targetinfo, $@)
$(OPROFILE_PATH) make -C $(OPROFILE_DIR) $(OPROFILE_MAKEVARS)
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Install
@@ -115,8 +115,8 @@ oprofile_install: $(STATEDIR)/oprofile.install
$(STATEDIR)/oprofile.install: $(STATEDIR)/oprofile.compile
@$(call targetinfo, $@)
- $(OPROFILE_PATH) make -C $(OPROFILE_DIR) install
- $(call touch, $@)
+ @$(call install, OPROFILE)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Target-Install
@@ -129,7 +129,7 @@ oprofile_targetinstall_deps = $(STATEDIR)/oprofile.compile
$(STATEDIR)/oprofile.targetinstall: $(oprofile_targetinstall_deps)
@$(call targetinfo, $@)
# FIXME: nothing to do on targetinstall?
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Clean