Bug 15398 – Missing file druntime/test/profile/.clean

Status
RESOLVED
Resolution
WORKSFORME
Severity
regression
Priority
P1
Component
druntime
Product
D
Version
D2
Platform
x86
OS
Linux
Creation time
2015-12-02T21:07:00Z
Last change time
2016-01-10T22:27:14Z
Assigned to
nobody
Creator
bugzilla

Comments

Comment #0 by bugzilla — 2015-12-02T21:07:24Z
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
Comment #1 by code — 2016-01-10T22:27:14Z
Seems like you're missing the test/profile folder, try `git checkout test/profile` to recreate it.