summaryrefslogtreecommitdiff
path: root/erts/start_scripts
Commit message (Collapse)AuthorAgeFilesLines
* erts: missing makefile dependencyJohn Högberg2017-10-301-1/+1
|
* Enable usage of no_dot_erlang in bootstrapDan Gudmundsson2017-09-271-1/+4
|
* Update copyright yearHans Nilsson2017-06-141-1/+1
|
* Let --enable-lock-counter build an additional emulatorBjörn Gustavsson2017-05-161-1/+1
| | | | | | | | | | | | | "./configure --enable-lock-counter" would modify the behavior of the default emulator (usually SMP). To make lock counting more accessible, change --enable-lock-counter to build an additional emulator in the same way as: (cd erts/emulator && make lcnt) (The next commit will make it easier to start the built lock-counter emulator.)
* Turn off parallel make for start scripts MakefileBjörn Gustavsson2016-09-131-0/+3
| | | | | | | | | | | | | At least on macOS (OS X), /usr/bin/install does not seem to be thread-safe when creating directories. That is, if several invocations of /usr/bin/install attempts to create the same directory, one or more of the invocations may fail with an error, causing the build to fail. Avoid the problem by turning off parallel make for the Makefile in erts/start_scripts. Reported-by: https://bugs.erlang.org/browse/ERL-250
* erts: Fix start scripts generation dependency in MakefileBjörn-Egil Dahlberg2016-09-061-1/+1
| | | | Reported-by: Kent Fredric
* update copyright-yearHenrik Nord2016-03-155-5/+5
|
* Change license text to APLv2Bruce Yinhe2015-06-185-48/+53
|
* Change release name from "OTP APN 181 01" to "Erlang/OTP"Siri Hansen2014-03-214-8/+8
|
* Misc adjustments of OTP versionRickard Green2014-02-191-1/+1
|
* sasl: Add no_dot_erlang start scriptDan Gudmundsson2013-10-032-3/+51
| | | | | Sometimes it is wanted to start erlang without loading the user dependent .erlang file, for example in scripts and configure tests.
* Implement ./otp_build configure --enable-silent-rulesAnthony Ramine2013-01-151-26/+26
| | | | | | With silent rules, the output of make is less verbose and compilation warnings are easier to spot. Silent rules are disabled by default and can be disabled or enabled at will by make V=0 and make V=1.
* Update copyright yearsBjörn-Egil Dahlberg2012-08-311-1/+1
|
* Update to work with whitespace in exec pathLukas Larsson2012-06-051-5/+5
| | | | | OTP-10106 OTP-10107
* Don't use +no_warn_sasl option to systools for bootstrapSiri Hansen2011-11-281-6/+4
|
* Add +no_warn_sasl flag when compiling start_clean.relSiri Hansen2011-11-241-8/+10
| | | | This suppresses the 'missing_sasl' warning from systools.
* OTP-8323 Cross compilation improvements and other build systemRickard Green2010-02-031-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | improvements. Most notable: Lots of cross compilation improvements. The old cross compilation support was more or less non-existing as well as broken. Please, note that the cross compilation support should still be considered as experimental. Also note that old cross compilation configurations cannot be used without modifications. For more information on cross compiling Erlang/OTP see the $ERL_TOP/xcomp/README file. Support for staged install using <url href="http://www.gnu.org/prep/standards/html_node/DESTDIR.html">D ESTDIR</url>. The old broken INSTALL_PREFIX has also been fixed. For more information see the $ERL_TOP/README file. Documentation of the release target of the top Makefile. For more information see the $ERL_TOP/README file. make install now by default creates relative symbolic links instead of absolute ones. For more information see the $ERL_TOP/README file. $ERL_TOP/configure --help=recursive now works and prints help for all applications with configure scripts. Doing make install, or make release directly after make all no longer triggers miscellaneous rebuilds. Existing bootstrap system is now used when doing make install, or make release without a preceding make all. The crypto and ssl applications use the same runtime library path when dynamically linking against libssl.so and libcrypto.so. The runtime library search path has also been extended. The configure scripts of erl_interface and odbc now search for thread libraries and thread library quirks the same way as erts do. The configure script of the odbc application now also looks for odbc libraries in lib64 and lib/64 directories when building on a 64-bit system. The config.h.in file in the erl_interface application is now automatically generated in instead of statically updated which reduces the risk of configure tests without any effect.
* The R13B03 release.OTP_R13B03Erlang/OTP2009-11-204-0/+248