From 823840d8231473e18438bcd3025cb3cb4d8f89d1 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Sun, 16 Dec 2018 18:45:24 +0000 Subject: [PATCH] topdir.mk: Add target echo-hash to topdir.mk Signed-off-by: Jan Lindemann --- make/topdir.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/make/topdir.mk b/make/topdir.mk index f0b1e028..dec09a26 100644 --- a/make/topdir.mk +++ b/make/topdir.mk @@ -167,3 +167,6 @@ list-text-files echo-text-files: git-ssh-%: bash -c "`git remote get-url --push $* | sed 's|ssh://||; s|\([^/]\+\)/\(.*\)|LC_CDPATH=/\2 ssh -o SendEnv=LC_CDPATH \1|'`" git-ssh: git-ssh-origin + +echo-hash: + @/bin/bash $(MOD_SCRIPT_DIR)/pkg.sh hash