Fix makefile to ignore Dockerfiles and docs directories
* Add Dockerfiles and docs directories to exclude from make all Signed-off-by: Sreejith Punnapuzha <Sreejith.Punnapuzha@outlook.com> Change-Id: I1571ac164b3b1819ad56611e612bc9cab87c3d1e
This commit is contained in:
parent
a4078d8a7a
commit
6c70a67cef
2
Makefile
2
Makefile
@ -18,7 +18,7 @@ SHELL := /bin/bash
|
|||||||
HELM := helm
|
HELM := helm
|
||||||
TASK := build
|
TASK := build
|
||||||
|
|
||||||
EXCLUDES := helm-toolkit doc tests tools logs tmp roles playbooks releasenotes
|
EXCLUDES := helm-toolkit docs Dockerfiles
|
||||||
CHARTS := helm-toolkit $(filter-out $(EXCLUDES), $(patsubst %/.,%,$(wildcard */.)))
|
CHARTS := helm-toolkit $(filter-out $(EXCLUDES), $(patsubst %/.,%,$(wildcard */.)))
|
||||||
|
|
||||||
.PHONY: $(EXCLUDES) $(CHARTS)
|
.PHONY: $(EXCLUDES) $(CHARTS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user