> And you're just running "make", with no -j flag or anything?

What I do always is:

        % make maintainer-clean; perl boot; ./configure --prefix=/ghc-head; 
make -j4

After failure, "make" (without "-j4") stops at the same point.

--Kazu

_______________________________________________
ghc-devs mailing list
ghc-devs@haskell.org
http://www.haskell.org/mailman/listinfo/ghc-devs

Reply via email to