From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii To: "Frank Ch. Eigler" Cc: gdb-patches@sourceware.cygnus.com Subject: Re: [RFA]: simulator build failures with parallel make Date: Sun, 08 Apr 2001 23:28:00 -0000 Message-id: References: X-SW-Source: 2001-04/msg00090.html On 6 Apr 2001, Frank Ch. Eigler wrote: > > With gmake -j, the d10v, mn10200, mn10300 and v850 simulators can > > fail to build because the generated header simops.h is included by > > simops.c, but is not listed as a dependency for that file. [...] > > Another fix is ".NOTPARALLEL: *.o" :-) This is not supported by all brands of Make which have a parallel option. You should at least add ".NO_PARALLEL:". But even that doesn't cover, e.g., the SGI Make.