From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Tue, 9 Sep 2008 16:52:54 +0200 Subject: [U-Boot] [PATCH] Makefile: compile and link each module just once In-Reply-To: <48C691DB.1060204@ge.com> References: <1220968248-24762-1-git-send-email-wd@denx.de> <48C6834B.70603@ericsson.com> <20080909145806.F3E50248A6@gemini.denx.de> <48C691DB.1060204@ge.com> Message-ID: <20080909145254.GA21499@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11:10 Tue 09 Sep , JerryVanBaren wrote: > Wolfgang Denk wrote: > > Dear Andreas Engel, > > > > In message <48C6834B.70603@ericsson.com> you wrote: > >> Wolfgang Denk wrote: > >>> [...] > >>> "COBJS = $(sort COBJS-y)" which eliminates duplicates. > >>> [...] > >>> +COBJS := $(sort COBJS-y) > >>> [...] > >>> +COBJS := $(sort COBJS-y) > >>> [...] > >>> +COBJS := $(sort COBJS-y) > >> I think you'll have more luck with $(sort $(COBJS-y)). > > > > Argh! Of course you are right. > > > > And I idiot pushed this out already so we have a number of > > un-bisectable patches on top :-( It's time to go home, it seems. > > Time for that beer we all owe you. You can put the first one on my tab. > We all do this kind of thing. But you can put the second one on my tab. ;-) Best Regards, J.