[Issue 15398] New: Missing file druntime/test/profile/.clean
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Wed Dec  2 13:07:24 PST 2015
    
    
  
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: nobody at puremagic.com
          Reporter: bugzilla at digitalmars.com
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
--
    
    
More information about the Digitalmars-d-bugs
mailing list