Parallel builds across makefiles

2016-07-14 Thread thutt
sgardell writes: > We are using a standard distro of gmake 4.1 on RH 6.4. > > We have a fairly well structured makefile system that leverages the ACE make > framework. A linear build (-j1) is about 3 hours. Running a parallel build > that builds leaf nodes (libraries) in parallel is about 1 ho

Parallel builds across makefiles

2016-07-14 Thread sgardell
We are using a standard distro of gmake 4.1 on RH 6.4. We have a fairly well structured makefile system that leverages the ACE make framework. A linear build (-j1) is about 3 hours. Running a parallel build that builds leaf nodes (libraries) in parallel is about 1 hour. So far so good. But when I