From mboxrd@z Thu Jan 1 00:00:00 1970 From: Masahiro Yamada Date: Mon, 18 Aug 2014 13:45:12 +0900 Subject: [U-Boot] [RFC PATCH v2 0/2] Make Python scripts compatible with older versions In-Reply-To: <20140812015347.GW19374@bill-the-cat> References: <20140812015347.GW19374@bill-the-cat> Message-ID: <20140818134512.6766.AA925319@jp.panasonic.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi. On Mon, 11 Aug 2014 21:53:47 -0400 Tom Rini wrote: > On Tue, Aug 12, 2014 at 08:03:28AM +0900, Masahiro YAMADA wrote: > > Hi Tom. > > > > > > 2014-08-11 22:12 GMT+09:00 Tom Rini : > > > > > Ug, crap, OK, I had missed that one. Masahiro, how hard would it be to > > > turn multiconfig.py into a bash script? Or even handle it within make? > > > > > > I will try a shell script. > > (Perhaps some parts are too complicated for a shell script, but I will > > take a look anyway.) > > > > How urgent is this issue? Must it be fixed until -rc2 ? > > I'd really like to know where we stand on this at least by -rc2. > > -- > Tom The patch is on Patchwork now. http://patchwork.ozlabs.org/patch/380553/ I did not use bash-extension because I wanted to keep it sh-compatible. I tested it with dash on Ubuntu. Beforehand, let's clear up a trivial fix and a document: http://patchwork.ozlabs.org/patch/380316/ http://patchwork.ozlabs.org/patch/380310/ Best Regards Masahiro Yamada