mirror of https://github.com/kubernetes/kops.git
Merge pull request #17442 from mohiuddin-khan-shiam/master
Makefile: correct .PHONY casing
This commit is contained in:
commit
d424dad97c
4
Makefile
4
Makefile
|
@ -103,11 +103,11 @@ endif
|
||||||
kops-install: kops
|
kops-install: kops
|
||||||
cp ${DIST}/$(shell go env GOOS)/$(shell go env GOARCH)/kops* ${GOBIN}
|
cp ${DIST}/$(shell go env GOOS)/$(shell go env GOARCH)/kops* ${GOBIN}
|
||||||
|
|
||||||
.phony: channels-install # install channels to local $gopath/bin
|
.PHONY: channels-install # install channels to local $gopath/bin
|
||||||
channels-install: channels
|
channels-install: channels
|
||||||
cp ${DIST}/${OSARCH}/channels ${GOPATH_1ST}/bin
|
cp ${DIST}/${OSARCH}/channels ${GOPATH_1ST}/bin
|
||||||
|
|
||||||
.phony: nodeup-install # install channels to local $gopath/bin
|
.PHONY: nodeup-install # install channels to local $gopath/bin
|
||||||
nodeup-install: nodeup
|
nodeup-install: nodeup
|
||||||
cp ${DIST}/${OSARCH}/channels ${GOPATH_1ST}/bin
|
cp ${DIST}/${OSARCH}/channels ${GOPATH_1ST}/bin
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue