summaryrefslogtreecommitdiffstats
path: root/rules/procps.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/procps.make')
-rw-r--r--rules/procps.make12
1 files changed, 6 insertions, 6 deletions
diff --git a/rules/procps.make b/rules/procps.make
index fd5d0098e..bfb16741c 100644
--- a/rules/procps.make
+++ b/rules/procps.make
@@ -35,7 +35,7 @@ procps_get_deps = $(PROCPS_SOURCE)
$(STATEDIR)/procps.get: $(procps_get_deps)
@$(call targetinfo, $@)
@$(call get_patches, $(PROCPS))
- $(call touch, $@)
+ @$(call touch, $@)
$(PROCPS_SOURCE):
@$(call targetinfo, $@)
@@ -54,7 +54,7 @@ $(STATEDIR)/procps.extract: $(procps_extract_deps)
@$(call clean, $(PROCPS_DIR))
@$(call extract, $(PROCPS_SOURCE))
@$(call patchin, $(PROCPS))
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Prepare
@@ -84,7 +84,7 @@ PROCPS_AUTOCONF += --prefix=$(CROSS_LIB_DIR)
$(STATEDIR)/procps.prepare: $(procps_prepare_deps)
@$(call targetinfo, $@)
@$(call clean, $(PROCPS_BUILDDIR))
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Compile
@@ -115,7 +115,7 @@ endif
ifdef PTXCONF_PROCPS_PGREP
cd $(PROCPS_DIR) && $(PROCPS_PATH) make $(PROCPS_MAKEVARS) pgrep
endif
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Install
@@ -125,7 +125,7 @@ procps_install: $(STATEDIR)/procps.install
$(STATEDIR)/procps.install: $(STATEDIR)/procps.compile
@$(call targetinfo, $@)
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Target-Install
@@ -171,7 +171,7 @@ ifdef PTXCONF_PROCPS_PGREP
@$(call install_copy, 0, 0, 0755, $(PROCPS_DIR)/pgrep, $(ROOTDIR)/sbin/pgrep)
endif
@$(call install_finish)
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Clean