summaryrefslogtreecommitdiffstats
path: root/rules/setmixer.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/setmixer.make')
-rw-r--r--rules/setmixer.make12
1 files changed, 6 insertions, 6 deletions
diff --git a/rules/setmixer.make b/rules/setmixer.make
index 9e07a6f86..e787849f2 100644
--- a/rules/setmixer.make
+++ b/rules/setmixer.make
@@ -34,7 +34,7 @@ setmixer_get_deps = $(SETMIXER_SOURCE)
$(STATEDIR)/setmixer.get: $(setmixer_get_deps)
@$(call targetinfo, $@)
- $(call touch, $@)
+ @$(call touch, $@)
$(SETMIXER_SOURCE):
@$(call targetinfo, $@)
@@ -53,7 +53,7 @@ $(STATEDIR)/setmixer.extract: $(setmixer_extract_deps)
@$(call clean, $(SETMIXER_DIR))
@$(call extract, $(SETMIXER_SOURCE))
@$(call patchin, $(SETMIXER))
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Prepare
@@ -74,7 +74,7 @@ SETMIXER_ENV = $(CROSS_ENV)
$(STATEDIR)/setmixer.prepare: $(setmixer_prepare_deps)
@$(call targetinfo, $@)
@$(call clean, $(SETMIXER_DIR)/config.cache)
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Compile
@@ -88,7 +88,7 @@ $(STATEDIR)/setmixer.compile: $(setmixer_compile_deps)
@$(call targetinfo, $@)
$(SETMIXER_PATH) make CC=$(PTXCONF_GNU_TARGET)-gcc \
CFLAGS=$(TARGET_CFLAGS) -C $(SETMIXER_DIR)
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Install
@@ -98,7 +98,7 @@ setmixer_install: $(STATEDIR)/setmixer.install
$(STATEDIR)/setmixer.install: $(STATEDIR)/setmixer.compile
@$(call targetinfo, $@)
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Target-Install
@@ -124,7 +124,7 @@ $(STATEDIR)/setmixer.targetinstall: $(setmixer_targetinstall_deps)
@$(call install_finish)
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Clean