On Mon, Apr 6, 2015 at 7:02 PM, Martin Husemann <mar...@duskware.de> wrote: > On Sun, Apr 05, 2015 at 09:40:22AM -0400, Christos Zoulas wrote: >> Hmm, it is building things twice... I am trying to figure out why but I can't >> reproduce it.
Not surprising at all if multiple output hack (*.y) is involved. > Not sure, but it basically fails for me on all build machines if using low > values for -j. I can get past it by doing a cleandir and dependall without > -j. > > Also below is a log of a non-cleandir'd build failing, but that looks mostly > the same now. If I were you, I'd look at "make -dm" output. (Remember that make(1) has no idea that "foo.c" and "./foo.c" are identical; they are just strings for make(1).)