From: JerryVanBaren <gerald.vanbaren@ge.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] Makefile: compile and link each module just once
Date: Tue, 09 Sep 2008 11:10:19 -0400 [thread overview]
Message-ID: <48C691DB.1060204@ge.com> (raw)
In-Reply-To: <20080909145806.F3E50248A6@gemini.denx.de>
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.
;-)
gvb
next prev parent reply other threads:[~2008-09-09 15:10 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-09 13:50 [U-Boot] [PATCH] Makefile: compile and link each module just once Wolfgang Denk
2008-09-09 14:08 ` Andreas Engel
2008-09-09 14:58 ` Wolfgang Denk
2008-09-09 15:10 ` JerryVanBaren [this message]
2008-09-09 14:52 ` Jean-Christophe PLAGNIOL-VILLARD
2008-09-09 21:09 ` Wolfgang Denk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=48C691DB.1060204@ge.com \
--to=gerald.vanbaren@ge.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.