All of lore.kernel.org
 help / color / mirror / Atom feed
From: Detlev Zundel <dzu@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] new default shortcut to config & build a board
Date: Thu, 01 Oct 2009 11:03:16 +0200	[thread overview]
Message-ID: <m2ab0bmqp7.fsf@ohwell.denx.de> (raw)
In-Reply-To: <200910010249.34645.vapier@gentoo.org> (Mike Frysinger's message of "Thu, 1 Oct 2009 02:49:34 -0400")

Hi Mike,

> On Monday 24 August 2009 17:28:26 Mike Frysinger wrote:
>> The majority of the time that I build things in U-Boot, I want to just
>> build for the board.  I don't make board config tweaks after selecting the
>> board.  So add a new pattern rule that allows people to combine two steps
>> in one go:
>> 	`make foo_config && make` => `make foo`
>> 
>> This shouldn't conflict with any existing make rules as the pattern rule
>> is used only the rule doesn't already exist.

Hm, I just tried this patch and I see a strange behaviour:

[dzu at pollux u-boot-testing (mao-rd-hor)]$ make -s sequoia
Configuring for sequoia board...
Configuring for sequoia board...

It is not obvious for me why I get this message twice - all I verified
is that both messages are definitely from stdout only.

Apart from that, I don't see a reason why this should not go in.
Currently I use "./MAKEALL <board>" for the same purpose btw.

Cheers
  Detlev

-- 
If we knew what it was we were doing, we wouldn't call it research.
                                            -- Einstein
--
DENX Software Engineering GmbH,      MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich,  Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: dzu at denx.de

  reply	other threads:[~2009-10-01  9:03 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-24 21:28 [U-Boot] [PATCH] new default shortcut to config & build a board Mike Frysinger
2009-10-01  6:49 ` Mike Frysinger
2009-10-01  9:03   ` Detlev Zundel [this message]
2009-10-01 12:55 ` Luigi Mantellini
2009-10-01 16:11 ` [U-Boot] [PATCH v2] " Mike Frysinger
2009-10-18 20:56   ` 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=m2ab0bmqp7.fsf@ohwell.denx.de \
    --to=dzu@denx.de \
    --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.