From 92d60ba4c05b9cdbeb61216db3a87968f1e00119 Mon Sep 17 00:00:00 2001 From: Julius Volz Date: Fri, 16 Sep 2016 00:58:18 +0200 Subject: [PATCH] Add promu installation logging to Makefile Due to bad GitHub connectivity, "make" frequently got stuck at the promu step for me, and I was thinking that "format" was taking a long time because the promu step wasn't logged. All other Makefile targets have log statements... --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 6e3b2498c9..971e2be0d0 100644 --- a/Makefile +++ b/Makefile @@ -67,6 +67,7 @@ assets: @$(GO) fmt ./web/ui promu: + @echo ">> fetching promu" @GOOS=$(shell uname -s | tr A-Z a-z) \ GOARCH=$(subst x86_64,amd64,$(patsubst i%86,386,$(shell uname -m))) \ $(GO) get -u github.com/prometheus/promu