Hi Baurzhan, * Baurzhan Ismagulov wrote on Tue, Jun 07, 2005 at 06:23:05PM CEST: > > But I have another problem with SUBDIRS. As I mentioned in the previous > thread, specifying -j starts building of l1 and src1 in parallel. l1 > lasts longer, and src1 fails due to missing l1. So I think I really need > dependencies rather than sequence. What do you think?
Which `make' does that? I can't seem to get GNU make to do so. (If it's GNU make, the quick'n'dirty solution would be to add .NOTPARALLEL: to the toplevel Makefile.am. But that helps only for GNU make.) Regards, Ralf