From 0eb54a71605a955df14c5df793ebe676c86259f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sat, 4 Jul 2015 18:10:03 +0200 Subject: Add $(verbose) to avoid completely silencing commands --- core/docs.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/docs.mk') diff --git a/core/docs.mk b/core/docs.mk index e1e2d0e..cde0a42 100644 --- a/core/docs.mk +++ b/core/docs.mk @@ -15,5 +15,5 @@ ifneq ($(SKIP_DEPS),) doc-deps: else doc-deps: $(ALL_DOC_DEPS_DIRS) - @for dep in $(ALL_DOC_DEPS_DIRS) ; do $(MAKE) -C $$dep; done + $(verbose) for dep in $(ALL_DOC_DEPS_DIRS) ; do $(MAKE) -C $$dep; done endif -- cgit v1.2.3