mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 21:47:07 +00:00
Make: $(foo:-) is shell, not makefile syntax
Driving towards `make --warn-undefined-variables`.
This commit is contained in:
parent
ee170145b2
commit
e46810bca5
@ -581,7 +581,7 @@ endif
|
|||||||
# The Make rule fails if generated API rule violation report differs from the
|
# The Make rule fails if generated API rule violation report differs from the
|
||||||
# checked-in violation file, and prints error message to request developer to
|
# checked-in violation file, and prints error message to request developer to
|
||||||
# fix either the API source code, or the known API rule violation file.
|
# fix either the API source code, or the known API rule violation file.
|
||||||
$$($(prefix)_OPENAPI_OUTFILE): $(OPENAPI_GEN) $($(prefix)_KNOWN_VIOLATION_FILENAME:-)
|
$$($(prefix)_OPENAPI_OUTFILE): $(OPENAPI_GEN) $($(prefix)_KNOWN_VIOLATION_FILENAME)
|
||||||
./hack/run-in-gopath.sh $(OPENAPI_GEN) \
|
./hack/run-in-gopath.sh $(OPENAPI_GEN) \
|
||||||
--v $(KUBE_VERBOSE) \
|
--v $(KUBE_VERBOSE) \
|
||||||
--logtostderr \
|
--logtostderr \
|
||||||
|
Loading…
Reference in New Issue
Block a user