From mboxrd@z Thu Jan 1 00:00:00 1970 From: "H . J . Lu" To: "J.T. Conklin" Cc: Andrew Cagney , gdb-patches@sourceware.cygnus.com Subject: Re: [RFA]: simulator build failures with parallel make Date: Sun, 15 Apr 2001 13:13:00 -0000 Message-id: <20010415131343.A5550@lucon.org> References: <5m8zlrot5g.fsf@jtc.redback.com> <3ACE0606.1A63BF3D@cygnus.com> <5m3dbac51h.fsf@jtc.redback.com> X-SW-Source: 2001-04/msg00151.html On Sun, Apr 15, 2001 at 12:54:34PM -0700, J.T. Conklin wrote: > >>>>> "Andrew" == Andrew Cagney writes: > Andrew> With that dependency added without -j does the generator get > Andrew> run twice? I've this memory of a strange querk with make > Andrew> dependencies and files being created as a sideeffect. > > No. > > But now that you've mentioned it, I recall that rules with multiple > targets will be executed once per target with -j (at least with GNU > make). This can be worked around by creating a psuedo-target to Please don't add any workaround. Just provide complete dependencies, any make, including GNU make, will be happy. H.J.