diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-05 02:16:15 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-05 02:16:15 +0000 |
commit | 64a1be29a5d22a92b1830144fedfdf8884a2b20d (patch) | |
tree | 27f8b13b5d4fb5359c31c7c1ff60a9563cd8361d /0018-make-parameter-to-compile-apps-add-example-output-di.patch | |
parent | 453c495bceb89952108be7452da3d072d3336eab (diff) |
automatic import of gnu-efiopeneuler24.03_LTS
Diffstat (limited to '0018-make-parameter-to-compile-apps-add-example-output-di.patch')
-rw-r--r-- | 0018-make-parameter-to-compile-apps-add-example-output-di.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/0018-make-parameter-to-compile-apps-add-example-output-di.patch b/0018-make-parameter-to-compile-apps-add-example-output-di.patch new file mode 100644 index 0000000..515b208 --- /dev/null +++ b/0018-make-parameter-to-compile-apps-add-example-output-di.patch @@ -0,0 +1,26 @@ +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: sgerwk <sgerwk@aol.com> +Date: Thu, 2 May 2019 12:57:16 +0200 +Subject: [PATCH] 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 |