[Issue 13263] phobos/posix.mak has incorrect dependencies

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Aug 6 02:30:30 PDT 2014


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

Martin Nowak <code at dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |code at dawg.eu

--- Comment #1 from Martin Nowak <code at dawg.eu> ---
It's a bit annoying, but not necessarily a problem.
This happens because druntime_libs [1] is a PHONY target and phobos depends on
it. The PHONY target was introduced because the druntime rule actually creates
two output files.

[1]:
https://github.com/D-Programming-Language/phobos/blob/922d1931fe4e3a84b788e7e4f8f11de3dc05cfe1/posix.mak#L374

--


More information about the Digitalmars-d-bugs mailing list