search for: 84ed17a

Displaying 3 results from an estimated 3 matches for "84ed17a".

2015 Jan 03
1
efi build dependent on git update
...om> Date: Tue Dec 23 12:07:40 2014 -0500 efi: prevent git command in non-git tree #2 efi/clean-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/clean-gnu-efi.sh b/efi/clean-gnu-efi.sh index 84ed17a..58def28 100755 --- a/efi/clean-gnu-efi.sh +++ b/efi/clean-gnu-efi.sh @@ -23,7 +23,9 @@ objdir=$(readlink -f "$2") ( cd ../.. - git submodule update --init + if [ -d .git ]; then + git submodule update --init + fi ) if [ -d "$objdir/gnu-efi" ];then commit 87ab74f20...
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