You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
771 B
23 lines
771 B
Index: src/github.com/coredns/coredns/Makefile |
|
--- src/github.com/coredns/coredns/Makefile.orig 2018-04-28 10:49:19.000000000 +0200 |
|
+++ src/github.com/coredns/coredns/Makefile 2018-04-28 10:51:55.566043000 +0200 |
|
@@ -2,8 +2,8 @@ |
|
GITCOMMIT:=$(shell git describe --dirty --always) |
|
BINARY:=coredns |
|
SYSTEM:= |
|
-CHECKS:=check godeps |
|
-VERBOSE:=-v |
|
+CHECKS:=check |
|
+VERBOSE:=-v -x |
|
GOPATH?=$(HOME)/go |
|
PRESUBMIT:=core coremain plugin |
|
|
|
@@ -14,7 +14,7 @@ |
|
CGO_ENABLED=0 $(SYSTEM) go build $(VERBOSE) -ldflags="-s -w -X github.com/coredns/coredns/coremain.GitCommit=$(GITCOMMIT)" -o $(BINARY) |
|
|
|
.PHONY: check |
|
-check: presubmit goimports core/zplugin.go core/dnsserver/zdirectives.go godeps linter |
|
+check: core/zplugin.go core/dnsserver/zdirectives.go |
|
|
|
.PHONY: test |
|
test: check
|
|
|