kubernetes/hack/make-rules
Yecheng Fu ce22322ef1 No need to pass GOFLAGS to $goflags variables.
In go 1.11, go commands will use `GOFLAGS` as default flags, see
https://golang.org/doc/go1.11#go_command.

There is no need to pass GOFLAGS to $goflags, and if we do, go commands
will fail with "duplicate flags" error, e.g.

```
$ make test-integration WHAT=./test/integration/scheduler GOFLAGS="-v"
...
go test: v flag may be set only once
run "go help test" or "go help testflag" for more information
...
```
2018-11-27 09:53:02 +08:00
..
helpers Add a helper tool to emit Makefile snippets 2018-06-04 15:04:21 -07:00
BUILD fix visibility of testdata for //test/cmd:legacy-script 2018-07-06 16:08:20 -07:00
build.sh Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00
clean.sh Don't delete pkg/generated/bindata.go in make clean 2018-07-11 10:02:34 -07:00
cross.sh Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00
make-help.sh Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00
Makefile.manifest Make the pause image a manifest list 2018-01-24 02:10:45 -05:00
test-cmd.sh Add --server-dry-run flag to kubectl apply 2018-09-02 13:13:46 -07:00
test-e2e-node.sh make test zone an option in test-e2e-node.sh script 2018-09-12 11:02:34 -07:00
test-integration.sh Revert "Passing KUBE_TEST_ARGS variable to make through process environment" 2018-07-31 16:52:37 +08:00
test-kubeadm-cmd.sh Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00
test.sh No need to pass GOFLAGS to $goflags variables. 2018-11-27 09:53:02 +08:00
update.sh Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00
verify.sh Add verify script for staging repo metadata files 2018-08-24 09:14:33 -04:00
vet.sh No need to pass GOFLAGS to $goflags variables. 2018-11-27 09:53:02 +08:00