Blame SOURCES/0018-make-parameter-to-compile-apps-add-example-output-di.patch

4c0d37
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
4c0d37
From: sgerwk <sgerwk@aol.com>
4c0d37
Date: Thu, 2 May 2019 12:57:16 +0200
4c0d37
Subject: [PATCH] make parameter to compile apps + add example output directory
4c0d37
4c0d37
---
4c0d37
 README.gnuefi | 4 ++--
4c0d37
 1 file changed, 2 insertions(+), 2 deletions(-)
4c0d37
4c0d37
diff --git a/README.gnuefi b/README.gnuefi
4c0d37
index 512698c28b4..a65e5f9042a 100644
4c0d37
--- a/README.gnuefi
4c0d37
+++ b/README.gnuefi
4c0d37
@@ -108,10 +108,10 @@ the make command line (e.g., "make ARCH=ia64").
4c0d37
 ** Building
4c0d37
 
4c0d37
 To build the sample EFI applications provided in subdirectory "apps",
4c0d37
-simply invoke "make" in the toplevel directory (the directory
4c0d37
+simply invoke "make apps" in the toplevel directory (the directory
4c0d37
 containing this README file).  This should build lib/libefi.a and
4c0d37
 gnuefi/libgnuefi.a first and then all the EFI applications such as a
4c0d37
-apps/t6.efi.
4c0d37
+x86_64/apps/t6.efi.
4c0d37
 
4c0d37
 
4c0d37
 ** Running