diff options
author | Björn Gustavsson <[email protected]> | 2017-12-14 10:29:40 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2017-12-14 10:29:40 +0100 |
commit | ebe6e8a7fa591b31c1378106173a4ebb8a2b16de (patch) | |
tree | 00a858bab0cda5bd1b5fbc31469f232aec9597e3 /lib/compiler/doc | |
parent | 9f229208baa457f9a5979dedf2d8094d5c9af53a (diff) | |
parent | d455cf67203c29354ff792ea44aea09e7a2155f8 (diff) | |
download | otp-ebe6e8a7fa591b31c1378106173a4ebb8a2b16de.tar.gz otp-ebe6e8a7fa591b31c1378106173a4ebb8a2b16de.tar.bz2 otp-ebe6e8a7fa591b31c1378106173a4ebb8a2b16de.zip |
Merge pull request #1653 from tonyrog/makedep_side_effect
Add -MMD option to erlc
OTP-14830
Diffstat (limited to 'lib/compiler/doc')
-rw-r--r-- | lib/compiler/doc/src/compile.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/compiler/doc/src/compile.xml b/lib/compiler/doc/src/compile.xml index b398871ddf..06afc55c07 100644 --- a/lib/compiler/doc/src/compile.xml +++ b/lib/compiler/doc/src/compile.xml @@ -233,6 +233,15 @@ module.beam: module.erl \ header.hrl</code> </item> + <tag><c>makedep_side_effect</c></tag> + <item> + <p>The dependecies are created as a side effect to the + normal compilation process. This means that the object + file will also be produced. This option override the + <c>makedep</c> option. + </p> + </item> + <tag><c>{makedep_output, Output}</c></tag> <item> <p>Writes generated rules to <c>Output</c> instead of the |