Displaying 3 results from an estimated 3 matches for "a705440".
Did you mean:
370544
2015 Sep 14
1
mk/efi.mk: Build gnu-efi with the Makefile, ARFLAGS=$(AROPT)
On Mon, Sep 14, 2015 at 05:50:58AM +0200, celelibi--- via Syslinux wrote:
> index a705440..5ef6702 100644
> --- a/mk/efi.mk
> +++ b/mk/efi.mk
> @@ -10,6 +10,7 @@ core = $(topdir)/core
> GCCOPT := $(call gcc_ok,-fno-stack-protector,)
> EFIINC = $(objdir)/include/efi
> LIBDIR = $(objdir)/lib
> +EFIDIR = $(topdir)/gnu-efi/gnu-efi-3.0
Would it make sense to add
A...
2015 Sep 14
11
[PATCH 0/4] efi: Makefile improvement
From: Sylvain Gault <sylvain.gault at gmail.com>
These few patches contain a few improvement about the Makefiles for EFI.
Mainly, to rebuild the files when needed, and only when needed. The three shell
scripts efi/{check,build,clean}-gnu-efi.sh disappeared and are now integrated
as makefile recipes.
You'll notice an argument ARFLAGS=rvU to the recursive make calls to gnu-efi.
This is
2015 Sep 14
0
[PATCH 3/4] mk/efi.mk: Build gnu-efi with the Makefile
...kip gnu-efi build/install\n"
-fi
diff --git a/gnu-efi b/gnu-efi
index ab54e2b..06744d6 160000
--- a/gnu-efi
+++ b/gnu-efi
@@ -1 +1 @@
-Subproject commit ab54e2b40e914d0ca01dc3d44c8d4eb8517bf999
+Subproject commit 06744d69273de4945cf0ffcaa4a6abf7cec707b6
diff --git a/mk/efi.mk b/mk/efi.mk
index a705440..5ef6702 100644
--- a/mk/efi.mk
+++ b/mk/efi.mk
@@ -10,6 +10,7 @@ core = $(topdir)/core
GCCOPT := $(call gcc_ok,-fno-stack-protector,)
EFIINC = $(objdir)/include/efi
LIBDIR = $(objdir)/lib
+EFIDIR = $(topdir)/gnu-efi/gnu-efi-3.0
ifeq ($(ARCH),i386)
ARCHOPT = -m32 -march=i386
@@ -55,7 +56,1...