mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 02:09:56 +00:00
Merge pull request #29592 from xiangpengzhao/add-fed-make-target
Automatic merge from submit-queue Add rules for all directories in federation/cmd/ federation related target is not included in Makefile. Add it. /cc @thockin BTW, `make help` is still WIP.
This commit is contained in:
commit
92e22b424e
8
Makefile
8
Makefile
@ -250,6 +250,14 @@ cross:
|
|||||||
$(notdir $(abspath $(wildcard cmd/*/))): generated_files
|
$(notdir $(abspath $(wildcard cmd/*/))): generated_files
|
||||||
hack/make-rules/build.sh cmd/$@
|
hack/make-rules/build.sh cmd/$@
|
||||||
|
|
||||||
|
# Add rules for all directories in federation/cmd/
|
||||||
|
#
|
||||||
|
# Example:
|
||||||
|
# make federation-apiserver federation-controller-manager
|
||||||
|
.PHONY: $(notdir $(abspath $(wildcard federation/cmd/*/)))
|
||||||
|
$(notdir $(abspath $(wildcard federation/cmd/*/))): generated_files
|
||||||
|
hack/make-rules/build.sh federation/cmd/$@
|
||||||
|
|
||||||
# Produce auto-generated files needed for the build.
|
# Produce auto-generated files needed for the build.
|
||||||
#
|
#
|
||||||
# Example:
|
# Example:
|
||||||
|
Loading…
Reference in New Issue
Block a user