summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordcorbacho <dparracorbacho@piotal.io>2020-07-21 14:31:33 +0100
committerdcorbacho <dparracorbacho@piotal.io>2020-07-21 14:31:33 +0100
commit6eafd02ad09e0b25b7df0e5fd3ac37829e9081be (patch)
treea91b9a2a8435df6ed367b3f00ac6d43dfa327150
parente8460a644d8b21f27ab8a22d55fb73abbb24e6c6 (diff)
downloadrabbitmq-server-git-6eafd02ad09e0b25b7df0e5fd3ac37829e9081be.tar.gz
Update erlang.mk
-rw-r--r--erlang.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/erlang.mk b/erlang.mk
index bf00c8da07..fce4be0b0a 100644
--- a/erlang.mk
+++ b/erlang.mk
@@ -17,7 +17,7 @@
ERLANG_MK_FILENAME := $(realpath $(lastword $(MAKEFILE_LIST)))
export ERLANG_MK_FILENAME
-ERLANG_MK_VERSION = 2019.07.01-38-g764f9a2
+ERLANG_MK_VERSION = 2019.07.01-40-geb3e4b0
ERLANG_MK_WITHOUT =
# Make 3.81 and 3.82 are deprecated.
@@ -7731,6 +7731,7 @@ $(ERLANG_MK_RECURSIVE_SHELL_DEPS_LIST): | $(ERLANG_MK_TMP)
ifeq ($(IS_APP)$(IS_DEP),)
$(verbose) rm -f $(ERLANG_MK_RECURSIVE_TMP_LIST)
endif
+ $(verbose) touch $(ERLANG_MK_RECURSIVE_TMP_LIST)
$(verbose) set -e; for dep in $^ ; do \
if ! grep -qs ^$$dep$$ $(ERLANG_MK_RECURSIVE_TMP_LIST); then \
echo $$dep >> $(ERLANG_MK_RECURSIVE_TMP_LIST); \