https://issues.dlang.org/show_bug.cgi?id=14915
Issue ID: 14915
Summary: can't build phobos-release
Product: D
Version: D2
Hardware: x86_64
OS: Linux
Status: NEW
Severity: regression
Priority: P1
Component: dlang.org
Assignee: [email protected]
Reporter: [email protected]
----
$ 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
--