This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: PR binutils/12283: bfd/doc doesn't support parallel build


* H.J. Lu wrote on Thu, Dec 02, 2010 at 07:39:53PM CET:
> On Thu, Dec 2, 2010 at 10:32 AM, Ralf Wildenhues wrote:
> >
> > Does this alternative (untested) patch fix the race?
> 
> It is hard to test since it happens very much at random.

If

  cd bfd/doc
  while make clean && make -j8 all; do :; done

without the patch exposes the bug, then it should verify the bug is
fixed with the patch.  You might have to rm more files for cleaning
and/or add 'info' or so to the 'all' target, but the above should do
dozens or tries per minute so give a fairly reliable answer after an
hour or so.

Thanks,
Ralf


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]