Re: [Mesa-dev] make -j4 build failing - glcpp doesn't need libglsl.a

2011-02-11 Thread Kenneth Graunke
On Friday, February 11, 2011 03:54:26 AM Andy Furniss wrote: > I guess it's since glsl/Makefile: glcpp doesn't need libglsl.a > > that make -j4 now errors, make works. I always do make distclean and > autogen before builds. Fixed by Tobias Jakobi. Sorry about that. I tested it with a parallel b

[Mesa-dev] make -j4 build failing - glcpp doesn't need libglsl.a

2011-02-11 Thread Andy Furniss
I guess it's since glsl/Makefile: glcpp doesn't need libglsl.a that make -j4 now errors, make works. I always do make distclean and autogen before builds. gcc: ../../src/glsl/libglsl.a: No such file or directory make[2]: *** [glcpp/glcpp] Error 1 make[2]: *** Waiting for unfinished jobs m