All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andreas Engel <andreas.engel@ericsson.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] Makefile: compile and link each module just once
Date: Tue, 09 Sep 2008 16:08:11 +0200	[thread overview]
Message-ID: <48C6834B.70603@ericsson.com> (raw)
In-Reply-To: <1220968248-24762-1-git-send-email-wd@denx.de>

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)).

Regards,
  Andreas

  reply	other threads:[~2008-09-09 14:08 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 [this message]
2008-09-09 14:58   ` Wolfgang Denk
2008-09-09 15:10     ` JerryVanBaren
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=48C6834B.70603@ericsson.com \
    --to=andreas.engel@ericsson.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.