From 4f141f2c22b65819f79a10bfa47d3cd07b29f8cd Mon Sep 17 00:00:00 2001 From: Scott Hussey Date: Thu, 29 Mar 2018 16:32:45 -0500 Subject: [PATCH] [Fix] Makefile default target failed - Fix the default target Change-Id: I2d3d19f8cce0ca1b729ff74d34a05a412dabb6bc --- Makefile | 6 +++--- tools/helm_tk.sh | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 089a50c..e4181b9 100644 --- a/Makefile +++ b/Makefile @@ -16,12 +16,12 @@ HELM := helm TASK := build EXCLUDES := helm-toolkit docs tests tools logs -CHARTS := helm-toolkit $(filter-out $(EXCLUDES), $(patsubst %/.,%,$(wildcard */.))) +CHARTS := $(filter-out $(EXCLUDES), $(patsubst %/.,%,$(wildcard */.))) CHART := divingbell -all: $(CHARTS) +all: $(CHART) -$(CHARTS): +$(CHART): @echo @echo "===== Processing [$@] chart =====" @make $(TASK)-$@ diff --git a/tools/helm_tk.sh b/tools/helm_tk.sh index 9ed74a0..6eabfc6 100755 --- a/tools/helm_tk.sh +++ b/tools/helm_tk.sh @@ -56,8 +56,9 @@ git clone --depth 1 $HTK_REPO || true pushd openstack-helm/$HTK_PATH git pull -helm_serve make helm-toolkit +helm_serve + popd && popd for c in $DEP_UP_LIST do