search for: c87e67c

Displaying 3 results from an estimated 3 matches for "c87e67c".

2015 Jan 03
1
efi build dependent on git update
...l.com> Date: Tue Dec 23 12:04:46 2014 -0500 efi: prevent git command in non-git tree efi/build-gnu-efi.sh presumes it's in a git repo. Test first. Signed-off-by: Gene Cumm <gene.cumm at gmail.com> diff --git a/efi/build-gnu-efi.sh b/efi/build-gnu-efi.sh index c87e67c..e72d872 100755 --- a/efi/build-gnu-efi.sh +++ b/efi/build-gnu-efi.sh @@ -29,7 +29,9 @@ fi ( cd ../.. - git submodule update --init + if [ -d .git ]; then + git submodule update --init + fi ) mkdir -p "$objdir/gnu-efi" > I'm planning on doing the master > branch (i...
2015 Jan 01
0
efi build dependent on git update
On Thu, Jan 1, 2015 at 7:13 AM, Geert Stappers <stappers at stappers.nl> wrote: > > Happy New Year! > > > On Tue, Dec 30, 2014 at 05:29:29PM +0100, Geert Stappers wrote: >> On Tue, Dec 30, 2014 at 09:34:57AM -0500, Michael Sumulong wrote: >> > On Mon, Dec 29, 2014 at 8:36 PM, Gene Cumm wrote: >> > > >> > > 1) patch to not call git when
2015 Jan 01
2
efi build dependent on git update
Happy New Year! On Tue, Dec 30, 2014 at 05:29:29PM +0100, Geert Stappers wrote: > On Tue, Dec 30, 2014 at 09:34:57AM -0500, Michael Sumulong wrote: > > On Mon, Dec 29, 2014 at 8:36 PM, Gene Cumm wrote: > > > > > > 1) patch to not call git when not present has been prepared for after > > > 6.03 along with multiple other patches. > > > > 1) Sorry I