summaryrefslogtreecommitdiffstats
path: root/rules/dialog.make
diff options
context:
space:
mode:
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