mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
Makefile: remove redundant line
This same dep is expressed a few lines later in the "real" recipe.
This commit is contained in:
parent
e46810bca5
commit
8703dc6e1c
@ -563,9 +563,6 @@ $(foreach dir, $($(prefix)_OPENAPI_DIRS), $(eval \
|
|||||||
$($(prefix)_OPENAPI_OUTFILE): $(GODEPS_$(PRJ_SRC_PATH)/$(dir)) \
|
$($(prefix)_OPENAPI_OUTFILE): $(GODEPS_$(PRJ_SRC_PATH)/$(dir)) \
|
||||||
))
|
))
|
||||||
|
|
||||||
# Rebuild spec if the violation file changed.
|
|
||||||
$($(prefix)_OPENAPI_OUTFILE): $($(prefix)_KNOWN_VIOLATION_FILENAME)
|
|
||||||
|
|
||||||
# When UPDATE_API_KNOWN_VIOLATIONS is set to be true, let the generator to write
|
# When UPDATE_API_KNOWN_VIOLATIONS is set to be true, let the generator to write
|
||||||
# updated API violations to the known API violation exceptions list.
|
# updated API violations to the known API violation exceptions list.
|
||||||
ifeq ($(UPDATE_API_KNOWN_VIOLATIONS),true)
|
ifeq ($(UPDATE_API_KNOWN_VIOLATIONS),true)
|
||||||
|
Loading…
Reference in New Issue
Block a user