|
@ -235,7 +235,9 @@ remember_cwd_subdir(Cwd, Subdirs) -> |
|
|
?DEBUG("Associate sub_dir ~s with ~s~n", [Dir, Cwd]), |
|
|
?DEBUG("Associate sub_dir ~s with ~s~n", [Dir, Cwd]), |
|
|
dict:store(Dir, Cwd, Dict); |
|
|
dict:store(Dir, Cwd, Dict); |
|
|
{ok, Existing} -> |
|
|
{ok, Existing} -> |
|
|
?ABORT("sub_dir ~s already associated with ~s~n", |
|
|
|
|
|
|
|
|
?ABORT("Internal consistency assertion failed.~n" |
|
|
|
|
|
"sub_dir ~s already associated with ~s.~n" |
|
|
|
|
|
"Duplicate sub_dirs or deps entries?", |
|
|
[Dir, Existing]), |
|
|
[Dir, Existing]), |
|
|
Dict |
|
|
Dict |
|
|
end |
|
|
end |
|
|