Trying to install dmd HEAD on a fresh ubuntu machine now requires a preexisting installation of dmd 2.066.1. tools/update.sh should detect if dmd is missing and automatically clone it and use it (similar to dlang.org/posix.mak).
FWIW Digger can build master already.
Fixed by https://github.com/dlang/tools/pull/236 (you do setup a new machine quite often Andrei).
Are we sure the issue described in https://forum.dlang.org/post/r5e8uj$i1b$1@digitalmars.com did not break this? Or would that deserve its own bug report?
Right... The underlying bug is: https://issues.dlang.org/show_bug.cgi?id=20727 `setup.sh` doesn't pass `AUTO_BOOTSTRAP` when doing clean. I submitted a workaround here: https://github.com/dlang/tools/pull/399 I'd say there is no need to re-open this issue because the bug it is describing (lack of bootstrapping) has been fixed, and the fix is correct, it's the DMD makefile that isn't.