From 8f6aef7c0533fc7899815ce8d451ed9b9d5c4163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 21 Jun 2018 08:46:54 +0200 Subject: Add the version fetched to the DEP line Also add a missing space character. --- core/deps.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/deps.mk b/core/deps.mk index d6974bf..ac145f9 100644 --- a/core/deps.mk +++ b/core/deps.mk @@ -63,7 +63,7 @@ export NO_AUTOPATCH # Verbosity. -dep_verbose_0 = @echo " DEP $1 ($(call dep_commit,$1))"; +dep_verbose_0 = @echo " DEP $1 ($(call dep_commit,$1))"; dep_verbose_2 = set -x; dep_verbose = $(dep_verbose_$(V)) -- cgit v1.2.3