mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-13 19:01:10 -04:00
The caller does not need to enable or disable CGO explicitly, the build rules
do that automatically:
$ make WHAT="cmd/kubelet cluster/gce/gci/mounter"
+++ [0515 17:02:56] Building go targets for linux/amd64
k8s.io/kubernetes/cluster/gce/gci/mounter (static)
k8s.io/kubernetes/cmd/kubelet (non-static)
BuildGo builds the same targets as before. BuildTargets gets changed
to accept a list of targets from the caller, which is a more useful
package API.
|
||
|---|---|---|
| .. | ||
| build.go | ||
| commandline.go | ||