Re: [edk2] [PATCH] panda: build.sh: change RELEASE/DEBUG param handling

2013-02-12 Thread Deprez, Olivier
: boot-architect...@lists.linaro.org; Patch Tracking; Deprez, Olivier; Leif Lindholm; Fathi Boudra; edk2-devel@lists.sourceforge.net Subject: Re: [edk2] [PATCH] panda: build.sh: change RELEASE/DEBUG param handling On 11 February 2013 16:41, Ryan Harkin wrote: > On 11 February 2013 16:08, Jor

Re: [edk2] [PATCH] panda: build.sh: change RELEASE/DEBUG param handling

2013-02-11 Thread Ryan Harkin
On 11 February 2013 16:41, Ryan Harkin wrote: > On 11 February 2013 16:08, Jordan Justen wrote: >> On Mon, Feb 11, 2013 at 12:22 AM, Ryan Harkin wrote: >>> The attached patch changes the PandaBoardPkg/build.sh script RELEASE >>> or DEBUG parameter handling. >>> >>> Before this patch, build.sh ca

Re: [edk2] [PATCH] panda: build.sh: change RELEASE/DEBUG param handling

2013-02-11 Thread Ryan Harkin
On 11 February 2013 16:08, Jordan Justen wrote: > On Mon, Feb 11, 2013 at 12:22 AM, Ryan Harkin wrote: >> The attached patch changes the PandaBoardPkg/build.sh script RELEASE >> or DEBUG parameter handling. >> >> Before this patch, build.sh can be called thus: >> ./build.sh >> ./build.sh -b D

Re: [edk2] [PATCH] panda: build.sh: change RELEASE/DEBUG param handling

2013-02-11 Thread Jordan Justen
On Mon, Feb 11, 2013 at 12:22 AM, Ryan Harkin wrote: > The attached patch changes the PandaBoardPkg/build.sh script RELEASE > or DEBUG parameter handling. > > Before this patch, build.sh can be called thus: > ./build.sh > ./build.sh -b DEBUG > ./build.sh RELEASE > > This patch simplifies the

[edk2] [PATCH] panda: build.sh: change RELEASE/DEBUG param handling

2013-02-11 Thread Ryan Harkin
The attached patch changes the PandaBoardPkg/build.sh script RELEASE or DEBUG parameter handling. Before this patch, build.sh can be called thus: ./build.sh ./build.sh -b DEBUG ./build.sh RELEASE This patch simplifies the way you pass the debug/release parameter into build.sh so that build