mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Makefile cleanups
whitespace and punctuation. Insignificant.
This commit is contained in:
		@@ -222,7 +222,7 @@ RUN_GEN_DEEPCOPY =                                                          \
 | 
				
			|||||||
                --v $(KUBE_VERBOSE)                                         \
 | 
					                --v $(KUBE_VERBOSE)                                         \
 | 
				
			||||||
                --logtostderr                                               \
 | 
					                --logtostderr                                               \
 | 
				
			||||||
                -i $$(cat $(META_DIR)/$(DEEPCOPY_GEN).todo | paste -sd, -)  \
 | 
					                -i $$(cat $(META_DIR)/$(DEEPCOPY_GEN).todo | paste -sd, -)  \
 | 
				
			||||||
                --bounding-dirs $(PRJ_SRC_PATH),,"k8s.io/api"               \
 | 
					                --bounding-dirs $(PRJ_SRC_PATH),"k8s.io/api"                \
 | 
				
			||||||
                -O $(DEEPCOPY_BASENAME)                                     \
 | 
					                -O $(DEEPCOPY_BASENAME)                                     \
 | 
				
			||||||
                "$$@";                                                      \
 | 
					                "$$@";                                                      \
 | 
				
			||||||
        fi                                                                  \
 | 
					        fi                                                                  \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user