From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Mosberger Date: Wed, 14 May 2003 18:42:51 +0000 Subject: Re: [Linux-ia64] Parallel make Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org >>>>> On Wed, 14 May 2003 19:48:46 +0200, Sam Ravnborg said: Sam> On Wed, May 14, 2003 at 01:38:23PM +1000, Ian Wienand wrote: >> When I try a parallel make, make seems to get it's dependencies >> out of order. Sam> Could you try the following patch. Sam> It does: 1) Remove superflous all: target, covered by the main Sam> Makefile 2) .PHONY shall only list non-file targets 3) Use make Sam> $@, $< where appropriate 4) For the offset file do not Sam> duplicate dependencies from main Makefile Very nice. Seems to do the trick for me. --david