mirror of https://github.com/kubernetes/kops.git
				
				
				
			dont delete bindata on "make clean"
Now that this is checked into version control we shouldn't be deleting it
This commit is contained in:
		
							parent
							
								
									20b94cf18a
								
							
						
					
					
						commit
						b533026c74
					
				
							
								
								
									
										4
									
								
								Makefile
								
								
								
								
							
							
						
						
									
										4
									
								
								Makefile
								
								
								
								
							|  | @ -151,9 +151,9 @@ help: # Show this help | ||||||
| 	} 1>&2; \
 | 	} 1>&2; \
 | ||||||
| 
 | 
 | ||||||
| .PHONY: clean | .PHONY: clean | ||||||
| clean: # Remove build directory and bindata-generated files
 | clean: | ||||||
| 	for t in ${BINDATA_TARGETS}; do if test -e $$t; then rm -fv $$t; fi; done |  | ||||||
| 	if test -e ${BUILD}; then rm -rfv ${BUILD}; fi | 	if test -e ${BUILD}; then rm -rfv ${BUILD}; fi | ||||||
|  | 	bazel clean | ||||||
| 	rm -rf tests/integration/update_cluster/*/.terraform | 	rm -rf tests/integration/update_cluster/*/.terraform | ||||||
| 
 | 
 | ||||||
| .PHONY: kops | .PHONY: kops | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue