2009-10-07 20:53:25

by Joe moo

[permalink] [raw]
Subject: Linux autobuild Makefile to assist in autobuilding the kernel (eg. via a cronjob)

I hope you like it you can look at it and fork it here:
http://gist.github.com/204431

Basically it automates a lot of things and it ONLY wraps around the
current Makefile to avoid reinventing the wheel. It runs git pull to
update and (by default) builds an x86 system configured with
allmodconfig! I acctually wrote this a few months ago...


2009-10-07 21:02:49

by Randy Dunlap

[permalink] [raw]
Subject: Re: Linux autobuild Makefile to assist in autobuilding the kernel (eg. via a cronjob)

Joe moo wrote:
> I hope you like it you can look at it and fork it here:
> http://gist.github.com/204431
>
> Basically it automates a lot of things and it ONLY wraps around the
> current Makefile to avoid reinventing the wheel. It runs git pull to
> update and (by default) builds an x86 system configured with
> allmodconfig! I acctually wrote this a few months ago...
> --

Hi,
The [download] button does not work and git clone tells me:
fatal: The remote end hung up unexpectedly

:(