dobmake.py uninstall step fails when files have been copied
For Truly Distributed Systems
Brought to you by:
laha
If the runtime and sdk directory is copied to a new place and dobmake.py --clean run in there, the original will be messed up, since the installed_files.txt file that dobmake uses contains absolute paths, instead of relative paths.
installed_files.txt should be kept somewhere in runtime (since sdk and runtime will not necessarily be moved "at the same time"), and it should only contain relative paths.
In fact, maybe the whole idea should be rethought...
Dobmake has been rewritten for 6.0, so this issue is resolved.