summaryrefslogtreecommitdiffstats
path: root/rules/dialog.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/dialog.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/dialog.make')
-rw-r--r--rules/dialog.make14
1 files changed, 7 insertions, 7 deletions
diff --git a/rules/dialog.make b/rules/dialog.make
index 57d0a1e05..7b7337dc4 100644
--- a/rules/dialog.make
+++ b/rules/dialog.make
@@ -35,7 +35,7 @@ dialog_get_deps = $(DIALOG_SOURCE)
$(STATEDIR)/dialog.get: $(dialog_get_deps)
@$(call targetinfo, $@)
@$(call get_patches, $(DIALOG))
- $(call touch, $@)
+ @$(call touch, $@)
$(DIALOG_SOURCE):
@$(call targetinfo, $@)
@@ -54,7 +54,7 @@ $(STATEDIR)/dialog.extract: $(dialog_extract_deps)
@$(call clean, $(DIALOG_DIR))
@$(call extract, $(DIALOG_SOURCE))
@$(call patchin, $(DIALOG))
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Prepare
@@ -84,7 +84,7 @@ $(STATEDIR)/dialog.prepare: $(dialog_prepare_deps)
cd $(DIALOG_DIR) && \
$(DIALOG_PATH) $(DIALOG_ENV) \
./configure $(DIALOG_AUTOCONF)
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Compile
@@ -97,7 +97,7 @@ dialog_compile_deps = $(STATEDIR)/dialog.prepare
$(STATEDIR)/dialog.compile: $(dialog_compile_deps)
@$(call targetinfo, $@)
cd $(DIALOG_DIR) && $(DIALOG_ENV) $(DIALOG_PATH) make
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Install
@@ -107,8 +107,8 @@ dialog_install: $(STATEDIR)/dialog.install
$(STATEDIR)/dialog.install: $(STATEDIR)/dialog.compile
@$(call targetinfo, $@)
- cd $(DIALOG_DIR) && $(DIALOG_ENV) $(DIALOG_PATH) make install
- $(call touch, $@)
+ @$(call install, DIALOG)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Target-Install
@@ -121,7 +121,7 @@ dialog_targetinstall_deps = $(STATEDIR)/dialog.compile
$(STATEDIR)/dialog.targetinstall: $(dialog_targetinstall_deps)
@$(call targetinfo, $@)
# FIXME: RSC: nothing to do on targetinstall?
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Clean