[PATCH v2] MAKEALL: make it generic

Jean-Christophe PLAGNIOL-VILLARD plagnioj at jcrosoft.com
Wed Sep 29 06:31:55 EDT 2010


On 09:29 Wed 29 Sep     , Sascha Hauer wrote:
> Hi J,
> 
> On Mon, Sep 27, 2010 at 06:02:29PM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote:
> > 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?
> 
> Yes, -h and if called without arguments.
no agument means all arch

I prefer to printf it just if -h or missing info

Best Regards,
J.



More information about the barebox mailing list