90e6999a07
- Update to the stuff in master to fix the issue at: https://bodhi.fedoraproject.org/updates/FEDORA-2020-050993b283#comment-1208958 - Update to 3.0.11 (via patches generated from git) - Plus newer upstream fixes (also via patches generated from git) - Fix shell exit failures in make - Fix .reloc section generation - Fix CHAR8 definition - Fix "make DESTDIR=..." - Change the installed .a/.o layout - Provide makefiles for consumers to use. - Make the -devel noarch since it's just headers. - Add a bunch of compatibility symlinks for our older packages. These will go away once we've migrated everything using them in fedora to use the newer make system... Signed-off-by: Peter Jones <pjones@redhat.com>
31 lines
911 B
Diff
31 lines
911 B
Diff
From 643f7e5d01fb6a5633b24c811c098b38a1b60d89 Mon Sep 17 00:00:00 2001
|
|
From: sgerwk <sgerwk@aol.com>
|
|
Date: Thu, 2 May 2019 12:57:16 +0200
|
|
Subject: [PATCH 18/46] make parameter to compile apps + add example output
|
|
directory
|
|
|
|
---
|
|
README.gnuefi | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/README.gnuefi b/README.gnuefi
|
|
index 512698c28b4..a65e5f9042a 100644
|
|
--- a/README.gnuefi
|
|
+++ b/README.gnuefi
|
|
@@ -108,10 +108,10 @@ the make command line (e.g., "make ARCH=ia64").
|
|
** Building
|
|
|
|
To build the sample EFI applications provided in subdirectory "apps",
|
|
-simply invoke "make" in the toplevel directory (the directory
|
|
+simply invoke "make apps" in the toplevel directory (the directory
|
|
containing this README file). This should build lib/libefi.a and
|
|
gnuefi/libgnuefi.a first and then all the EFI applications such as a
|
|
-apps/t6.efi.
|
|
+x86_64/apps/t6.efi.
|
|
|
|
|
|
** Running
|
|
--
|
|
2.24.1
|
|
|