Attempt to get rid of phobos Makefiles, using reggae
Joakim via Digitalmars-d
digitalmars-d at puremagic.com
Fri Jun 5 20:52:56 PDT 2015
On Friday, 5 June 2015 at 15:03:27 UTC, Atila Neves wrote:
> On Friday, 5 June 2015 at 09:22:14 UTC, Jacob Carlborg wrote:
>> BTW, why are some Linux specific files ignored?
>
> No clue, I just went with the output of `make -f posix.mak`.
> It's the kind of thing that'd be more explicit if the build
> description were in D. It was one of my questions in the
> original post ;)
Oh, I can answer that, std.c.* has been deprecated:
https://github.com/D-Programming-Language/phobos/pull/2337
It is unused in phobos, so it doesn't need to be built. It's
only around for users who might still be employing it, giving
them time to phase it out of their code.
More information about the Digitalmars-d
mailing list