Common makefile (gasp) stuff

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Wed Jan 14 23:29:41 PST 2015


On 2015-01-14 20:50, Andrei Alexandrescu wrote:

> Currently there must be a place where druntime finds dmd for building
> purposes. Also phobos needs to find druntime. Also dlang.ord needs to
> find the source of both phobos and druntime.
>
> There's no specific setup of one person as much as a boring:
>
> /some/dir/
>    dmd
>    druntime
>    phobos
>    dlang.org
>    tools
>
> I have a hard time making it any simpler.

Last time I tried to build the docs in dlang.org, quite a long time ago. 
The d-programming-language.org repository just had been moved to 
dlang.org. So I update the repository URL, pull the new code and tried 
building the docs. Nothing worked because I had forget to rename the 
directory. A super repository with submodules would have solved this.

> Where would that super-repo sit?

https://github.com/D-Programming-Language/dlang for example

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list