[PATCH v2] MAKEALL: make it generic
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Mon Sep 27 12:02:29 EDT 2010
On 16:35 Mon 27 Sep , Sascha Hauer wrote:
> On Mon, Sep 27, 2010 at 08:12:34AM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote:
> > add MAKEALL.cfg example
> >
> > 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
> >
> > or via config
> >
> > CONFIG=./MAKEALL.cfg ARCH=arm ./MAKEALL at91sam9263ek_defconfig
> > CONFIG=./MAKEALL.cfg ARCH=arm ./MAKEALL
> >
> > and for all
> >
> > CONFIG=./MAKEALL.cfg ./MAKEALL
> >
> > you can specify
> > JOBS jobs
> > BUILDDIR build dir
> > LOGDIR log dir
>
> Would be good to have this example somewhere in the code, maybe as help
> text in MAKEALL
MAKEALL -h is ok?
Best Regards,
J.
More information about the barebox
mailing list