Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-14 | Fix c:nc to use outdir or cwd to find compiled object file | Alex Suraci | |
Before this patch, c:nc would naively assume the object file was created in the same location as the .erl file. This is often false, for example when an outdir is specified (often the case in make:all([netload])) or calling with c:nc("foo/bar") (because compile:file places bar.beam in the cwd, not foo/). [ Squashed in minor style changes. /bg ] | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |