D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 15398 - Missing file druntime/test/profile/.clean
Summary: Missing file druntime/test/profile/.clean
Status: RESOLVED WORKSFORME
Alias: None
Product: D
Classification: Unclassified
Component: druntime (show other issues)
Version: D2
Hardware: x86 Linux
: P1 regression
Assignee: No Owner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-02 21:07 UTC by Walter Bright
Modified: 2016-01-10 22:27 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Walter Bright 2015-12-02 21:07:24 UTC
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 Martin Nowak 2016-01-10 22:27:14 UTC
Seems like you're missing the test/profile folder, try `git checkout test/profile` to recreate it.