Browse Source

Use no_dot_erlang instead of start_clean

Loïc Hoguin 5 years ago
parent
commit
08b7a4eb95
2 changed files with 2 additions and 2 deletions
  1. 1 1
      core/core.mk
  2. 1 1
      test/Makefile

+ 1 - 1
core/core.mk

@@ -66,7 +66,7 @@ export ERLANG_MK_TMP
 
 
 # "erl" command.
 # "erl" command.
 
 
-ERL = erl +A0 -noinput -boot start_clean
+ERL = erl +A0 -noinput -boot no_dot_erlang
 
 
 # Platform detection.
 # Platform detection.
 
 

+ 1 - 1
test/Makefile

@@ -16,7 +16,7 @@ APP = test_$(subst -,_,$@)
 
 
 # Erlang, quickly!
 # Erlang, quickly!
 
 
-ERL = erl +A0 -noinput -boot start_clean
+ERL = erl +A0 -noinput -boot no_dot_erlang
 
 
 # Platform detection, condensed version.
 # Platform detection, condensed version.