This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


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

Re: [RFA]: simulator build failures with parallel make



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.


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