Displaying 2 results from an estimated 2 matches for "06744d6".
Did you mean:
064426
2015 Sep 14
0
[PATCH 3/4] mk/efi.mk: Build gnu-efi with the Makefile
...ntf "Failed to build gnu-efi. "
- printf "Execute the following command for full details: \n\n"
- printf "build-gnu-efi.sh $ARCH $objdir\n\n"
-
- exit 1
- fi
-else
- printf "skip 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)/...
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