diff options
author | Anders Svensson <[email protected]> | 2011-12-03 17:53:15 +0100 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2011-12-04 17:47:48 +0100 |
commit | 22f9111ef12ed58aeb5a15ed55a983c9b19cddb8 (patch) | |
tree | d20531044fc7ffabb4155a94d4c11c093bc24ea1 /lib/kernel/examples | |
parent | 23dbc347fe872f953d0f146ecb87ddc34ea608d7 (diff) | |
download | otp-22f9111ef12ed58aeb5a15ed55a983c9b19cddb8.tar.gz otp-22f9111ef12ed58aeb5a15ed55a983c9b19cddb8.tar.bz2 otp-22f9111ef12ed58aeb5a15ed55a983c9b19cddb8.zip |
Don't explicitly load inherited modules
Just use include options to add to the code path and expect that
dependent modules will either already have been loaded or will be
loaded dynamically, thereby avoiding having a module being left as
both current and old code when compiling concurrently. Not a problem
for a human user interactively compiling one module at a time
but the compiler test suite for one will compile concurrently.
In any case, leaving behind old code is probably not what someone
would expect while relying on the code path probably is.
Diffstat (limited to 'lib/kernel/examples')
0 files changed, 0 insertions, 0 deletions