<rant> D's makefiles... </rant>
Atila Neves via Digitalmars-d
digitalmars-d at puremagic.com
Mon Apr 13 06:12:22 PDT 2015
I did a `git up` on dmd, druntime and phobos, but phobos wouldn't
build. Weird, but I had to fork phobos anyway, let me do that.
Still wouldn't build. I tried `make clean`, can't remember
exactly what happened but that didn't work either.
In the end I `rm -rf`ed dmd and druntime, recloned them, rebuilt
them and _then_ phobos could build.
Feels like when I wrote Makefiles by hand, I'd forgotten it could
get this bad.
Atila
More information about the Digitalmars-d
mailing list