summaryrefslogtreecommitdiffstats
path: root/rules/memstat.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/memstat.make')
-rw-r--r--rules/memstat.make14
1 files changed, 7 insertions, 7 deletions
diff --git a/rules/memstat.make b/rules/memstat.make
index 8b182f02c..1f29ce7f7 100644
--- a/rules/memstat.make
+++ b/rules/memstat.make
@@ -35,7 +35,7 @@ memstat_get_deps = $(MEMSTAT_SOURCE)
$(STATEDIR)/memstat.get: $(memstat_get_deps)
@$(call targetinfo, $@)
@$(call get_patches, $(MEMSTAT))
- $(call touch, $@)
+ @$(call touch, $@)
$(MEMSTAT_SOURCE):
@$(call targetinfo, $@)
@@ -54,7 +54,7 @@ $(STATEDIR)/memstat.extract: $(memstat_extract_deps)
@$(call clean, $(MEMSTAT_DIR))
@$(call extract, $(MEMSTAT_SOURCE))
@$(call patchin, $(MEMSTAT))
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Prepare
@@ -82,7 +82,7 @@ MEMSTAT_AUTOCONF += --prefix=$(CROSS_LIB_DIR)
$(STATEDIR)/memstat.prepare: $(memstat_prepare_deps)
@$(call targetinfo, $@)
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Compile
@@ -95,7 +95,7 @@ memstat_compile_deps = $(STATEDIR)/memstat.prepare
$(STATEDIR)/memstat.compile: $(memstat_compile_deps)
@$(call targetinfo, $@)
cd $(MEMSTAT_DIR) && $(MEMSTAT_ENV) $(MEMSTAT_PATH) make
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Install
@@ -105,8 +105,8 @@ memstat_install: $(STATEDIR)/memstat.install
$(STATEDIR)/memstat.install: $(STATEDIR)/memstat.compile
@$(call targetinfo, $@)
- cd $(MEMSTAT_DIR) && $(MEMSTAT_ENV) $(MEMSTAT_PATH) make install
- $(call touch, $@)
+ @$(call install, MEMSTAT)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Target-Install
@@ -132,7 +132,7 @@ $(STATEDIR)/memstat.targetinstall: $(memstat_targetinstall_deps)
@$(call install_finish)
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Clean