wilzbach / tools-test

1 stars 0 forks source link

rdmd: if dmd.conf is missing, always rebuilds the target #116

Closed wilzbach closed 9 years ago

wilzbach commented 9 years ago

Note: the issue was created automatically migrated from https://issues.dlang.org

Original bug ID: BZ#13603 From: @andralex Reported version: D2

wilzbach commented 9 years ago

Comment author: @andralex

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.

wilzbach commented 9 years ago

Comment author: @andralex

https://github.com/D-Programming-Language/tools/pull/149

wilzbach commented 9 years ago

Comment author: github-bugzilla@puremagic.com

Commits pushed to master at https://github.com/D-Programming-Language/tools

https://github.com/D-Programming-Language/tools/commit/0e2b2af16354084fe65d4a11eeb7b87d2edf93b5 Issue 13603 - rdmd: if dmd.conf is missing, always rebuilds the target

https://github.com/D-Programming-Language/tools/commit/3d8733913bf20558f0b0189a15f7a1cb8f34fe81 Merge pull request BZ#149 from andralex/master

Issue 13603 - rdmd: if dmd.conf is missing, always rebuilds the target

wilzbach commented 9 years ago

Comment author: github-bugzilla@puremagic.com

Commits pushed to 2.067 at https://github.com/D-Programming-Language/tools

https://github.com/D-Programming-Language/tools/commit/0e2b2af16354084fe65d4a11eeb7b87d2edf93b5 Issue 13603 - rdmd: if dmd.conf is missing, always rebuilds the target

https://github.com/D-Programming-Language/tools/commit/3d8733913bf20558f0b0189a15f7a1cb8f34fe81 Merge pull request BZ#149 from andralex/master