[Issue 13603] New: rdmd: if dmd.conf is missing, always rebuilds the target

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Oct 11 18:03:06 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=13603

          Issue ID: 13603
           Summary: rdmd: if dmd.conf is missing, always rebuilds the
                    target
           Product: D
           Version: D2
          Hardware: x86
                OS: Mac OS X
            Status: NEW
          Severity: normal
          Priority: P1
         Component: tools
          Assignee: nobody at puremagic.com
          Reporter: andrei at erdani.com

When starting dmd is looking for its config file, e.g. /etc/dmd.conf. If that's
missing, all works fine as far as dmd is concerned. However, rdmd considers the
missing config file infinitely newer than the target and therefore always
builds the target.

--


More information about the Digitalmars-d-bugs mailing list