From a11c6fb7f9ee084fe87bdcba32529358d9fab64e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 10 Dec 2018 13:52:59 +0100 Subject: Optimization: reduce the number of shell commands on noops --- core/deps-tools.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'core/deps-tools.mk') diff --git a/core/deps-tools.mk b/core/deps-tools.mk index 1ad9274..174e09b 100644 --- a/core/deps-tools.mk +++ b/core/deps-tools.mk @@ -59,9 +59,8 @@ $(ERLANG_MK_RECURSIVE_DEPS_LIST) \ $(ERLANG_MK_RECURSIVE_DOC_DEPS_LIST) \ $(ERLANG_MK_RECURSIVE_REL_DEPS_LIST) \ $(ERLANG_MK_RECURSIVE_TEST_DEPS_LIST) \ -$(ERLANG_MK_RECURSIVE_SHELL_DEPS_LIST): +$(ERLANG_MK_RECURSIVE_SHELL_DEPS_LIST): | $(ERLANG_MK_TMP) ifeq ($(IS_APP)$(IS_DEP),) - $(verbose) mkdir -p $(ERLANG_MK_TMP) $(verbose) rm -f $(ERLANG_MK_RECURSIVE_TMP_LIST) endif ifndef IS_APP -- cgit v1.2.3