diff options
author | Lukas Larsson <[email protected]> | 2013-02-22 15:24:53 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2013-02-22 15:24:53 +0100 |
commit | f1d328bdbc58e2ad0325c11edb3bfa0db50b84c3 (patch) | |
tree | 5d45ea910b1fc96591335724dcebde8469784dd1 /erts/Makefile.in | |
parent | 13b1dcfc31b3c42affafc42c30105abfbebbfbf3 (diff) | |
parent | 266e32412752dd8f4892a460638eeedeeafdd788 (diff) | |
download | otp-f1d328bdbc58e2ad0325c11edb3bfa0db50b84c3.tar.gz otp-f1d328bdbc58e2ad0325c11edb3bfa0db50b84c3.tar.bz2 otp-f1d328bdbc58e2ad0325c11edb3bfa0db50b84c3.zip |
Merge branch 'lukas/common_test/remove_deprecated_run_test/OTP-9052'
* lukas/common_test/remove_deprecated_run_test/OTP-9052:
Remove the deprecated run_test start program
OTP-10881
Diffstat (limited to 'erts/Makefile.in')
-rw-r--r-- | erts/Makefile.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/erts/Makefile.in b/erts/Makefile.in index 0bcb784972..51aee98a05 100644 --- a/erts/Makefile.in +++ b/erts/Makefile.in @@ -74,14 +74,12 @@ local_setup: $(ERL_TOP)/bin/escript $(ERL_TOP)/bin/escript.exe \ $(ERL_TOP)/bin/dialyzer $(ERL_TOP)/bin/dialyzer.exe \ $(ERL_TOP)/bin/typer $(ERL_TOP)/bin/typer.exe \ - $(ERL_TOP)/bin/run_test $(ERL_TOP)/bin/run_test.exe \ $(ERL_TOP)/bin/ct_run $(ERL_TOP)/bin/ct_run.exe \ $(ERL_TOP)/bin/start*.boot $(ERL_TOP)/bin/start*.script @if [ "X$(TARGET)" = "Xwin32" ]; then \ cp $(ERL_TOP)/bin/$(TARGET)/dialyzer.exe $(ERL_TOP)/bin/dialyzer.exe; \ cp $(ERL_TOP)/bin/$(TARGET)/typer.exe $(ERL_TOP)/bin/typer.exe; \ cp $(ERL_TOP)/bin/$(TARGET)/ct_run.exe $(ERL_TOP)/bin/ct_run.exe; \ - cp $(ERL_TOP)/bin/$(TARGET)/ct_run.exe $(ERL_TOP)/bin/run_test.exe; \ cp $(ERL_TOP)/bin/$(TARGET)/erlc.exe $(ERL_TOP)/bin/erlc.exe; \ cp $(ERL_TOP)/bin/$(TARGET)/erl.exe $(ERL_TOP)/bin/erl.exe; \ cp $(ERL_TOP)/bin/$(TARGET)/werl.exe $(ERL_TOP)/bin/werl.exe; \ @@ -102,7 +100,6 @@ local_setup: cp $(ERL_TOP)/bin/$(TARGET)/dialyzer $(ERL_TOP)/bin/dialyzer; \ cp $(ERL_TOP)/bin/$(TARGET)/typer $(ERL_TOP)/bin/typer; \ cp $(ERL_TOP)/bin/$(TARGET)/ct_run $(ERL_TOP)/bin/ct_run; \ - ln -s $(ERL_TOP)/bin/ct_run $(ERL_TOP)/bin/run_test; \ cp $(ERL_TOP)/bin/$(TARGET)/erlc $(ERL_TOP)/bin/erlc; \ cp $(ERL_TOP)/bin/$(TARGET)/escript $(ERL_TOP)/bin/escript; \ chmod 755 $(ERL_TOP)/bin/erl $(ERL_TOP)/bin/erlc \ |