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:
Tim Hockin
2022-09-21 13:57:15 -07:00
parent 7afaf23b01
commit 70c1c795e8
12 changed files with 17 additions and 744 deletions

View File

@@ -47,7 +47,6 @@ export LOG_LEVEL=4
cd "${GOPATH}/src/k8s.io/kubernetes"
make generated_files
go install ./cmd/...
./hack/install-etcd.sh