https://issues.dlang.org/show_bug.cgi?id=15398
Issue ID: 15398
Summary: Missing file druntime/test/profile/.clean
Product: D
Version: D2
Hardware: x86
OS: Linux
Status: NEW
Severity: regression
Priority: P1
Component: druntime
Assignee: [email protected]
Reporter: [email protected]
Running the command:
make -f posix.mak DMD=../dmd MODEL=32 clean
produces the error:
make[1]: *** No rule to make target 'test/profile/.clean', needed by 'clean'.
Stop.
It's looking for it here:
https://github.com/D-Programming-Language/druntime/blob/master/posix.mak#L288
--