From 95f03a561460fa595fba3a9750f3db22e1abe947 Mon Sep 17 00:00:00 2001 From: "Brandon B. Jozsa" Date: Tue, 27 Dec 2016 20:55:01 -0500 Subject: [PATCH] makefile cleanup --- Makefile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 878cc627bc..7be246fe07 100644 --- a/Makefile +++ b/Makefile @@ -28,16 +28,16 @@ memcached: build-memcached openstack: build-openstack clean: - $(shell rm -rf common/secrets/*.b64) - $(shell rm -rf */templates/_partials.tpl) - $(shell rm -rf */templates/_globals.tpl) - echo "Removed all .b64, _partials.tpl, and _globals.tpl files" + $(shell rm -rf common/secrets/*.b64) + $(shell rm -rf */templates/_partials.tpl) + $(shell rm -rf */templates/_globals.tpl) + echo "Removed all .b64, _partials.tpl, and _globals.tpl files" build-%: - if [ -f $*/Makefile ]; then make -C $*; fi - if [ -f $*/requirements.yaml ]; then helm dep up $*; fi - helm lint $* - helm package $* + if [ -f $*/Makefile ]; then make -C $*; fi + if [ -f $*/requirements.yaml ]; then helm dep up $*; fi + helm lint $* + helm package $* ## this is required for some charts which cannot pass a lint, namely ## those which use .Release.Namespace in a default pipe capacity