Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-20 | tools: Fix a Dialyzer warning | Hans Bolinder | |
2015-11-16 | Merge branch 'legoscia/erl-make-exit-code' into maint | Henrik Nord | |
* legoscia/erl-make-exit-code: Make erl -make return non-zero exit code on failure OTP-13107 | |||
2015-10-26 | Make erl -make return non-zero exit code on failure | Magnus Henoch | |
This makes it behave like similar Unix tools. | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-25 | Make adjustments for Unicode | Hans Bolinder | |
2011-05-20 | Update copyright years | Björn-Egil Dahlberg | |
2010-05-19 | Change make:files to behave more like erlc | Sam Bobroff | |
Currently make:files will fail with the atom 'error' and no message when the input (.erl) file is unreadable or the output (.beam) file is unwritable. This differs from erlc which will print a useful error message, or when possible, remove the unwritable output file and continue successfully. This change removes the unnecessary checks on the files when make:files is called and allows the error checking to be done in compile:file, where the error messages are produced. It does not affect the return value. In particular this resolves the mysterious problem of make:files failing but erlc succeeding, caused by an unwritable (usually root owned) beam file in an otherwise writable build directory. | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |