On Wed, Feb 8, 2012 at 1:35 AM, Dan Fandrich <d...@coneharvesters.com> wrote: > > It's very likely a missing dependency in the make files. The build > server uses the make -j24 flag, so it's going to build the various > modules in a very different order than without that flag. Ideally, you > would find the missing dependecy and patch the make files, but you could > also just remove the -j24 and have make build it sequentially instead > (at up to 24 times slower, of course). >
But how do I remove that tag ? you mean by not using the %make macro and call make directly instead ? -- Juancho