On 2012-02-13 22:41, Leandro Lucarella wrote:
Johannes Pfau, el 13 de febrero a las 20:57 me escribiste:
The problem with this is, if you are building gdc, you have to
clone/download THREE repositories/tarballs and move/extract them to
the correct places, which are in varying locations in the gcc source
code.
Git submodules might be useful here, that's what the ldc
developers do. See
https://github.com/ldc-developers/ldc/tree/master/runtime
but I have to admit I don't know anything about git submodules.
Git submodules can definitely take care of this. Of course is a little
more tedious to use than having just a plain monolithic repo, but it's
not that bad.
I'm not sure they will help if you have to do this:
"and move/extract them to the correct places, which are in varying
locations in the gcc source code"
It might help somewhat but not completely.
--
/Jacob Carlborg