summaryrefslogtreecommitdiffstats
path: root/rules/gnuplot.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/gnuplot.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/gnuplot.make')
-rw-r--r--rules/gnuplot.make12
1 files changed, 6 insertions, 6 deletions
diff --git a/rules/gnuplot.make b/rules/gnuplot.make
index 3756d68fd..9cd3a408c 100644
--- a/rules/gnuplot.make
+++ b/rules/gnuplot.make
@@ -35,7 +35,7 @@ gnuplot_get_deps = $(GNUPLOT_SOURCE)
$(STATEDIR)/gnuplot.get: $(gnuplot_get_deps)
@$(call targetinfo, $@)
@$(call get_patches, $(GNUPLOT))
- $(call touch, $@)
+ @$(call touch, $@)
$(GNUPLOT_SOURCE):
@$(call targetinfo, $@)
@@ -54,7 +54,7 @@ $(STATEDIR)/gnuplot.extract: $(gnuplot_extract_deps)
@$(call clean, $(GNUPLOT_DIR))
@$(call extract, $(GNUPLOT_SOURCE))
@$(call patchin, $(GNUPLOT))
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Prepare
@@ -146,7 +146,7 @@ $(STATEDIR)/gnuplot.prepare: $(gnuplot_prepare_deps)
cd $(GNUPLOT_DIR) && \
$(GNUPLOT_PATH) $(GNUPLOT_ENV) \
./configure $(GNUPLOT_AUTOCONF)
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Compile
@@ -160,7 +160,7 @@ $(STATEDIR)/gnuplot.compile: $(gnuplot_compile_deps)
@$(call targetinfo, $@)
cd $(GNUPLOT_DIR)/src && $(GNUPLOT_ENV) $(GNUPLOT_PATH) make gnuplot
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Install
@@ -170,7 +170,7 @@ gnuplot_install: $(STATEDIR)/gnuplot.install
$(STATEDIR)/gnuplot.install: $(STATEDIR)/gnuplot.compile
@$(call targetinfo, $@)
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Target-Install
@@ -199,7 +199,7 @@ $(STATEDIR)/gnuplot.targetinstall: $(gnuplot_targetinstall_deps)
@$(call install_finish)
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Clean