aboutsummaryrefslogtreecommitdiffstats
path: root/core/index.mk
diff options
context:
space:
mode:
Diffstat (limited to 'core/index.mk')
-rw-r--r--core/index.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/index.mk b/core/index.mk
index a16eceb..6e6d1f9 100644
--- a/core/index.mk
+++ b/core/index.mk
@@ -4,7 +4,7 @@
.PHONY: search
define pkg_print
- @printf "%s\n" \
+ $(verbose) printf "%s\n" \
$(if $(call core_eq,$(1),$(pkg_$(1)_name)),,"Pkg name: $(1)") \
"App name: $(pkg_$(1)_name)" \
"Description: $(pkg_$(1)_description)" \