prevent multiple yarn builds of accounts and settings when running make ci-node-generate int the repo root

This commit is contained in:
Willy Kloucek
2021-11-16 10:01:12 +01:00
parent c397a981a3
commit 74e7344221
18 changed files with 49 additions and 8 deletions
+8
View File
@@ -0,0 +1,8 @@
ifeq ($(MAKE_DEPTH),)
MAKE_DEPTH := 0
else
$(eval MAKE_DEPTH := $(shell echo "$$(( $(MAKE_DEPTH) + 1 ))" ) )
endif
export