[erlang-questions] application:load(App, modules)

Martin Karlsson martink@REDACTED
Fri Apr 10 06:13:45 CEST 2015


Hi Fisher,
> which command in erlang:mk makes the result different? any one can help?

erlang.mk finds all your modules (looking in the ebin directory) and
"compiles" the *.app.src file including these modules.

Depending on version of erlang.mk it is done in different targets. In
the latest version in git it is done in the app-build target on L311

Cheers,
Martin



More information about the erlang-questions mailing list