On Mon, Feb 11, 2013 at 12:22 AM, Ryan Harkin <[email protected]> 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 way you pass the debug/release parameter > into build.sh so that build scripts can simply pass DEBUG or RELEASE, > without having to create a special case to add the "-b".
In similar scripts under edk2 we force the use of -b to keep the script as a wrapper to the edk2-buildtools 'build' command. (EmulatorPkg, OvmfPkg) -Jordan _______________________________________________ boot-architecture mailing list [email protected] http://lists.linaro.org/mailman/listinfo/boot-architecture
