Makefile cleanups

whitespace and punctuation.  Insignificant.
This commit is contained in:
Tim Hockin 2017-08-21 15:41:44 -07:00
parent 5c03d3759d
commit ae4b310942

View File

@ -222,7 +222,7 @@ RUN_GEN_DEEPCOPY = \
--v $(KUBE_VERBOSE) \
--logtostderr \
-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) \
"$$@"; \
fi \