----
$ make -f posix.mak phobos-release
From https://github.com/D-Programming-Language/dmd
* branch HEAD -> FETCH_HEAD
LATEST=2.068.0 <-- place in the command line to skip network traffic.
make --directory=../dmd-2.068.0/src -f posix.mak -j 4
make[1]: *** ../dmd-2.068.0/src: No such file or directory. Stop.
posix.mak:338: recipe for target '../dmd-2.068.0/src/dmd' failed
make: *** [../dmd-2.068.0/src/dmd] Error 2
----
Introduced by https://github.com/D-Programming-Language/dlang.org/pull/1050