mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Merge pull request #9668 from mbruzek/fix-make
Fixing an error I saw in testing, that make clean resolves.
This commit is contained in:
		@@ -31,6 +31,8 @@ function verify-prereqs() {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
function build-local() {
 | 
			
		||||
    # Make a clean environment to avoid compiler errors.
 | 
			
		||||
    make clean
 | 
			
		||||
    # Build the binaries locally that are used in the charms.
 | 
			
		||||
    make all WHAT="cmd/kube-apiserver cmd/kubectl cmd/kube-controller-manager plugin/cmd/kube-scheduler cmd/kubelet cmd/kube-proxy"
 | 
			
		||||
    OUTPUT_DIR=_output/local/bin/linux/amd64
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user