From a2695c3c1f4e1814aee7d9245a173b11553bb0be Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Tue, 28 Feb 2017 16:22:58 +0100 Subject: [PATCH] Makefile: replace vndr with trash trash keeps a cache of the repositories, it is faster even in the case vendor.conf is changed. Signed-off-by: Giuseppe Scrivano --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index aa46bcf16c..4ea77ec51a 100644 --- a/Makefile +++ b/Makefile @@ -14,14 +14,14 @@ all: tools .gitvalidation test validate tools: tools.timestamp -tools.timestamp: +tools.timestamp: Makefile @go get -u $(BUILDFLAGS) github.com/golang/lint/golint @go get $(BUILDFLAGS) github.com/vbatts/git-validation - @go get -u github.com/LK4D4/vndr + @go get -u github.com/rancher/trash @touch tools.timestamp vendor: tools.timestamp vendor.conf - @vndr + @trash @touch vendor clean: