From 08b7a4eb95cb86e42486c344919a662f912e72e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 9 Oct 2019 13:22:41 +0200 Subject: Use no_dot_erlang instead of start_clean --- core/core.mk | 2 +- test/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/core.mk b/core/core.mk index 855d798..eb16c0d 100644 --- a/core/core.mk +++ b/core/core.mk @@ -66,7 +66,7 @@ export ERLANG_MK_TMP # "erl" command. -ERL = erl +A0 -noinput -boot start_clean +ERL = erl +A0 -noinput -boot no_dot_erlang # Platform detection. diff --git a/test/Makefile b/test/Makefile index b7e8724..4dcd3d9 100644 --- a/test/Makefile +++ b/test/Makefile @@ -16,7 +16,7 @@ APP = test_$(subst -,_,$@) # Erlang, quickly! -ERL = erl +A0 -noinput -boot start_clean +ERL = erl +A0 -noinput -boot no_dot_erlang # Platform detection, condensed version. -- cgit v1.2.3