Просмотр исходного кода

Use no_dot_erlang instead of start_clean

Loïc Hoguin 5 лет назад
Родитель
Сommit
08b7a4eb95
2 измененных файлов с 2 добавлено и 2 удалено
  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 = erl +A0 -noinput -boot start_clean
+ERL = erl +A0 -noinput -boot no_dot_erlang
 
 # Platform detection.
 

+ 1 - 1
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.