diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-05-22 13:20:35 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-05-23 13:58:01 +0200 |
commit | 6321139bfa5257b0b0c21409f5543b44dd9143f4 (patch) | |
tree | ccc4569a8aff5cbc802e6c684ac76e4c0ab9555b /sys-boot | |
parent | x11-libs/libva-intel-driver: mask use flag 'hybrid' (diff) | |
download | gentoo-6321139bfa5257b0b0c21409f5543b44dd9143f4.tar.gz gentoo-6321139bfa5257b0b0c21409f5543b44dd9143f4.tar.bz2 gentoo-6321139bfa5257b0b0c21409f5543b44dd9143f4.zip |
sys-boot/refind: remove unused patch
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/25598
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/refind/files/makefile.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/sys-boot/refind/files/makefile.patch b/sys-boot/refind/files/makefile.patch deleted file mode 100644 index 5db6f75b1919..000000000000 --- a/sys-boot/refind/files/makefile.patch +++ /dev/null @@ -1,27 +0,0 @@ -diff --git a/Makefile b/Makefile ---- a/Makefile -+++ b/Makefile -@@ -161,8 +161,9 @@ fs_edk2: build_edk2 - done - - build_edk2: $(EDK2BASE)/RefindPkg -- cd $(EDK2BASE) && \ -- . ./edksetup.sh BaseTools && \ -+ +cd $(EDK2BASE) && \ -+ . udk-workspace && \ -+ build -a $(UC_ARCH) -p MdePkg/MdePkg.dsc && \ - build -a $(UC_ARCH) -p RefindPkg/RefindPkg.dsc - mkdir -p ./drivers_$(FILENAME_CODE) - -diff --git a/filesystems/Makefile b/filesystems/Makefile -index 99452ed..9bc984d 100644 ---- a/filesystems/Makefile -+++ b/filesystems/Makefile -@@ -5,6 +5,7 @@ - # name of the driver to be built. This is done because of a dependency - # in the fsw_efi.c file on the filesystem type; this file must be - # recompiled for each new filesystem built. -+.NOTPARALLEL: - - # This program is licensed under the terms of the GNU GPL, version 3, - # or (at your option) any later version. |