From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: Sascha Hauer <s.hauer@pengutronix.de>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH v3] MAKEALL: make it generic
Date: Fri, 1 Oct 2010 18:48:11 +0200 [thread overview]
Message-ID: <20101001164811.GF25320@game.jcrosoft.org> (raw)
In-Reply-To: <20101001071618.GA28242@pengutronix.de>
On 09:16 Fri 01 Oct , Sascha Hauer wrote:
> On Fri, Oct 01, 2010 at 05:19:12AM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote:
> > it's allow you to compile specific defconfig or ARCH or all
> > as
> >
> > CROSS_COMPILE=arm-linux- ARCH=arm ./MAKEALL at91sam9263ek_defconfig
> > CROSS_COMPILE=arm-linux- ARCH=arm ./MAKEALL
> >
> > The cross-compiler can be specify via
> > CROSS_COMPILE default
> > CROSS_COMPILE_<arch> arch default
> > CROSS_COMPILE_<target> deconfig specifc
> >
> > it will be evaluated in the invert order
> >
> > or via config
> >
> > you can specify it via env CONFIG or option -c (overwrite env)
> >
> > CONFIG=./MAKEALL.cfg ARCH=arm ./MAKEALL at91sam9263ek_defconfig
> > CONFIG=./MAKEALL.cfg ARCH=arm ./MAKEALL
> >
> > and for all
> >
> > CONFIG=./MAKEALL.cfg ./MAKEALL
> >
> > you can specify via env or option
> > env option
> > ARCH -a arch
> > CONFIG -c config
> > JOBS -j jobs
> > BUILDDIR -O build dir
> > LOGDIR -l log dir
> >
> > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
> > ---
> > v3:
> > add getopts supports
> >
> > add usage support
> >
> > Best Rebards,
> > J.
> > MAKEALL | 286 ++++++++++++++++++++++++++++++++++++++++++++++++++-------------
> > 1 files changed, 227 insertions(+), 59 deletions(-)
> >
> > diff --git a/MAKEALL b/MAKEALL
> > index dd0f66b..d42be6e 100755
> > --- a/MAKEALL
> > +++ b/MAKEALL
> > @@ -1,89 +1,257 @@
> > -#!/bin/bash
> > +#!/bin/sh
>
> With /bin/sh here ./MAKEALL -c MAKEALL.cfg does not work. I have to
> explicitely call ./MAKEALL -c ./MAKEALL.cfg. Can we keep /bin/bash here
> or has anybody a better idea?
I found the them issue and how to fix it
Best Regards,
J.
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2010-10-01 16:49 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-27 6:12 [PATCH v2] MAKEALL: make it generic Jean-Christophe PLAGNIOL-VILLARD
2010-09-27 14:35 ` Sascha Hauer
2010-09-27 16:02 ` Jean-Christophe PLAGNIOL-VILLARD
2010-09-29 7:29 ` Sascha Hauer
2010-09-29 10:31 ` Jean-Christophe PLAGNIOL-VILLARD
2010-09-29 13:33 ` Sascha Hauer
2010-10-01 3:19 ` [PATCH v3] " Jean-Christophe PLAGNIOL-VILLARD
2010-10-01 7:16 ` Sascha Hauer
2010-10-01 16:48 ` Jean-Christophe PLAGNIOL-VILLARD [this message]
2010-10-01 16:48 ` [PATCH v4] " Jean-Christophe PLAGNIOL-VILLARD
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=20101001164811.GF25320@game.jcrosoft.org \
--to=plagnioj@jcrosoft.com \
--cc=barebox@lists.infradead.org \
--cc=s.hauer@pengutronix.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.