Browse Source

Display the version fetched of dependencies

It's cheap, can be useful to detect issues, so why not?
Loïc Hoguin 7 years ago
parent
commit
b49c7d56a3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/deps.mk

+ 1 - 1
core/deps.mk

@@ -63,7 +63,7 @@ export NO_AUTOPATCH
 
 
 # Verbosity.
 # Verbosity.
 
 
-dep_verbose_0 = @echo " DEP   " $(1);
+dep_verbose_0 = @echo " DEP   $1 ($(call dep_commit,$1))";
 dep_verbose_2 = set -x;
 dep_verbose_2 = set -x;
 dep_verbose = $(dep_verbose_$(V))
 dep_verbose = $(dep_verbose_$(V))