mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-17 15:13:08 +00:00
Remove generated file rules in make
This is all covered by update-codegen.sh now. The old `make generated_files` rule still exists, but just prints a warning.
This commit is contained in:
@@ -667,8 +667,6 @@ function kube::build::sync_to_container() {
|
||||
--filter='- /_tmp/' \
|
||||
--filter='- /_output/' \
|
||||
--filter='- /' \
|
||||
--filter='H zz_generated.*' \
|
||||
--filter='H generated.proto' \
|
||||
"${KUBE_ROOT}/" "rsync://k8s@${KUBE_RSYNC_ADDR}/k8s/"
|
||||
|
||||
kube::build::stop_rsyncd_container
|
||||
|
Reference in New Issue
Block a user