Attempt to get rid of phobos Makefiles, using reggae
Atila Neves via Digitalmars-d
digitalmars-d at puremagic.com
Fri Jun 5 01:11:11 PDT 2015
On Friday, 5 June 2015 at 07:56:49 UTC, Daniel N wrote:
> On Thursday, 4 June 2015 at 21:50:41 UTC, Atila Neves wrote:
>> In theory this approach would mean readable build descriptions
>> in D, and only one of them for all OSs instead of 3 makefiles.
>> Also, never again typing `make clean`.
>>
>> Once reggae has a binary backend this would mean no dependency
>> on make, ninja or tup. Just a D compiler.
>>
>>
>> Atila
>
> Sweet! Would you be in favor of adding Exclude-Dirs as well?
I guess. I'd need some evidence it'd be needed first though. I am
toying with the idea of passing in parameters in any order, which
would make adding optional seldom used things like ExcludeDirs
easier.
TBH I don't understand why other people mix files that are built
with ones that aren't in the same directory tree.
Atila
More information about the Digitalmars-d
mailing list