Hi, Bruce Gray via RT wrote: > On Fri Oct 09 08:16:57 2009, moritz wrote: >> There are two new bugs in the build system: >> >> 1) 'make realclean' (sometimes? or on some platforms?) deletes >> src/pmc/sigguts.h and the build process fails later on >> >> 2) parallel build is broken: > > 1) I think that this part is already fixed, perhaps by the recent move > of sigguts.h from src/pmc/ to src/binder/.
Actually it was a once-only bug. In the patch where jonathan introduced sigguts.h he also changed 'make realclean' not to delete it. But when somebody would first pull and then 'make realclean', it would disappear once. > 2) Fixed in my RT_69684 branch. Patch attached. Thank you very much, applied and pushed as e5562c90e4bc421b562f68f8fa1ddc1e776eab12. Solves the problem for me. Cheers, Moritz
