public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Ilya Yanok <yanok@emcraft.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] tools: make it possible to build tools unconfigured
Date: Tue, 18 Oct 2011 00:24:25 +0400	[thread overview]
Message-ID: <4E9C8EF9.3030506@emcraft.com> (raw)
In-Reply-To: <20111017194208.3F4271408742@gemini.denx.de>

Dear Wolfgang,

On 17.10.2011 23:42, Wolfgang Denk wrote:
>> Sometimes we want to build common tools without configuring for specific
>> target. Currently top Makefile has some support for this but it doesn't
>> work. This patch tries to fix this.
>> Things changed:
>>  - config.mk   disable 'ld script not found error' in case if we are
>> building tools only.
>>  - Makefile    mkimage relies on autogenerated version so we need to
>> move $(VERSION_FILE) rule out of ifeq and make tools rule depend on it.
>>  - tools/Makefile put common/env_embedded.o and envcrc.o to object list
>> conditionally. This fixes errors during dependency generation.
>>
>> Signed-off-by: Ilya Yanok <yanok@emcraft.com>
>> ---
>>  Makefile       |   34 +++++++++++++++++-----------------
>>  config.mk      |    2 ++
>>  tools/Makefile |   19 ++++++++++++++++---
>>  3 files changed, 35 insertions(+), 20 deletions(-)
> 
> Is it correct to assume that this commit has been obsolteted by
> the following commits:
> 
> 249b53a   2011-10-06 20:19:42 +0200   Build timestamp_autogenerated.h without config
> a76406f   2011-10-06 20:20:15 +0200   Safer timestamp_autogenerated.h generation
> 9f87658   2011-10-06 20:21:16 +0200   ublimage: NAND block size isn't set at build-time

Not exactly. I've reposted my patch splitting it into three as Mike
suggested, and all these patches are already applied.

The commits you mention deal with the related problems that were
introduced later during the development.

Regards, Ilya.

  reply	other threads:[~2011-10-17 20:24 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-15 21:37 [U-Boot] [PATCH] tools: make it possible to build tools unconfigured Ilya Yanok
2011-06-18 19:03 ` Mike Frysinger
2011-06-18 20:11   ` Wolfgang Denk
2011-06-18 20:21     ` Mike Frysinger
2011-06-19 17:55   ` Ilya Yanok
2011-06-19 18:27     ` Mike Frysinger
2011-06-19 22:46       ` Ilya Yanok
2011-06-19 23:22         ` Mike Frysinger
2011-06-20 17:52   ` Scott Wood
2011-10-17 19:42 ` Wolfgang Denk
2011-10-17 20:24   ` Ilya Yanok [this message]
2011-10-17 20:35     ` Wolfgang Denk
2011-10-17 20:48       ` Ilya Yanok

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=4E9C8EF9.3030506@emcraft.com \
    --to=yanok@emcraft.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox