[haiku-commits] Re: r36353 - haiku/trunk/src/bin/bash/builtins

  • From: Ingo Weinhold <ingo_weinhold@xxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 20 Apr 2010 22:40:02 +0200

On 2010-04-19 at 17:23:51 [+0200], ingo_weinhold@xxxxxx wrote:
> Author: bonefish
> Date: 2010-04-19 17:23:51 +0200 (Mon, 19 Apr 2010)
> New Revision: 36353
> Changeset: http://dev.haiku-os.org/changeset/36353/haiku
> Ticket: http://dev.haiku-os.org/ticket/5750
> 
> Modified:
>    haiku/trunk/src/bin/bash/builtins/Jamfile
> Log:
> Reverted the work-around introduced in r35619. It actually is harmful, since
> it introduces cyclic dependencies. The .c files generated from the .def 
> files
> include builtext.h, which is built together with builtins.c. So builtins.c
> can't depend on the generated .c files. Fixes #5750 for good.

Unfortunately this also brings back the multi-job build failure problem that 
r35619 fixed. I ran some 60 iterations of "rm -rf objects; jam -q -j8 bash" 
which went fine, but I just encountered the very problem while building an 
alpha image. :-/

CU, Ingo

Other related posts: