aboutsummaryrefslogtreecommitdiffstats
path: root/otp_build
AgeCommit message (Expand)Author
2019-03-05Fix build of bootstrapRickard Green
2019-02-22win32: Fix ./otp_build debuginfo_win32Lukas Larsson
2018-08-21Move configuration of crypto to crypto application from ertsRickard Green
2018-08-21Parallel configureRickard Green
2018-07-16Remove undocumented and unused lazy configureRickard Green
2017-03-13Clean configure when before invoking autoconfDan Gudmundsson
2017-02-02erts: Don't check autoconf versionBjörn-Egil Dahlberg
2016-06-03Delete dead code in `otp_build` scriptLuca Favatella
2016-05-09Merge branch 'binarin/fix-build-tool-paths/PR-1023/OTP-13562'Lukas Larsson
2016-04-21Fix program paths used in build processAlexey Lebedeff
2016-02-17Remove test_server as a standalone applicationBjörn Gustavsson
2015-10-22erts: Detect and build on MSYS2 for windowsDan Gudmundsson
2015-06-18Change license text to APLv2Bruce Yinhe
2014-12-02Distribute autoconf helpersRickard Green
2014-03-31Replace 'otp_build patch_app' with 'otp_patch_apply'Rickard Green
2014-03-21Change release name from "OTP APN 181 01" to "Erlang/OTP"Siri Hansen
2014-03-20Verify runtime_dependencies when running 'otp_build patch_app'Rickard Green
2014-02-24Merge branch 'rickard/configure-defaults/OTP-11723'Rickard Green
2014-02-24Always default to disabled floating point exceptions on LinuxRickard Green
2014-02-19Misc adjustments of OTP versionRickard Green
2014-02-13Add patch_app option to otp_buildSiri Hansen
2014-01-09Fix issues with new versioningRickard Green
2013-12-10Update versions of OTP, erts, kernel, and stdlibRickard Green
2013-01-11If GCC is used, treat -Wreturn-type as errorTuncer Ayaz
2012-08-31Update copyright yearsBjörn-Egil Dahlberg
2012-05-10Remove stale code for hybrid heap and incremental GCBjörn Gustavsson
2012-04-17Make port_info(Port,os_pid) work on WindowsBjörn-Egil Dahlberg
2012-04-10Add --no-commit option to update_primary and update_preloadedSverker Eriksson
2011-12-02Make Win64 build work both under MSYS and CygwinPatrik Nyblom
2011-12-02Make whole of OTP build and release on Win64Patrik Nyblom
2011-12-02Get cerl and distribution working in Win64Patrik Nyblom
2011-12-02Build Win64 Erlang emulator using MSYSunknown
2011-11-18Merge branch 'sverk/hipe-without-fpe/OTP-9724'Sverker Eriksson
2011-11-17otp_build: Disable FPE by default on LinuxSverker Eriksson
2011-11-15Cleanup the use of TARGET in toplevel and common make and build filesRaimo Niskanen
2011-09-21Remove static ssl linking in crypto for otp_buildBjörn-Egil Dahlberg
2011-09-14Remove lib/orber/include/* from the primary bootstrapBjörn Gustavsson
2011-09-14otp_build update_primary: Don't commit generated source filesBjörn Gustavsson
2011-05-20Update copyright yearsBjörn-Egil Dahlberg
2011-05-10Link OpenSSL libraries static on WindowsPatrik Nyblom
2010-09-15Clean up bootstrap targets and documentationTuncer Ayaz
2010-08-03otp_build: Remove clearmake supportBjörn Gustavsson
2010-08-03otp_build: Remove Clearcase support for primary bootstrap and preloaded filesBjörn Gustavsson
2010-06-08Make win32.config.cache static and copied when doing otp_build configureU-KRAKEN\pan
2010-03-22otp_build: Don't run hooks when updating the primary bootstrapBjörn Gustavsson
2010-02-10OTP-8323 Cross compilation improvements and other build systemRickard Green
2010-02-09Make newline in RHS of lib/configure sed substition more portableTuncer Ayaz
2010-02-06Silenced erroneous "git: not found" printout on solaris.Rickard Green
2010-02-03OTP-8323 Cross compilation improvements and other build systemRickard Green
2010-01-13Merge branch 'bg/otp_build-improvements' into ccase/r13b04_devErlang/OTP