From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AEA9E158090 for ; Mon, 23 May 2022 11:58:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0361AE0833; Mon, 23 May 2022 11:58:54 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DF6A0E0833 for ; Mon, 23 May 2022 11:58:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 50C9A341357 for ; Mon, 23 May 2022 11:58:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB09734E for ; Mon, 23 May 2022 11:58:50 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1653307081.6321139bfa5257b0b0c21409f5543b44dd9143f4.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/refind/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/refind/files/makefile.patch X-VCS-Directories: sys-boot/refind/files/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 6321139bfa5257b0b0c21409f5543b44dd9143f4 X-VCS-Branch: master Date: Mon, 23 May 2022 11:58:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8b30967b-c6fa-4ead-b688-7f8db3045231 X-Archives-Hash: b151f6d018933ebf81199b0272f8265a commit: 6321139bfa5257b0b0c21409f5543b44dd9143f4 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sun May 22 11:20:35 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Mon May 23 11:58:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6321139b sys-boot/refind: remove unused patch Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/25598 Signed-off-by: Conrad Kostecki gentoo.org> sys-boot/refind/files/makefile.patch | 27 --------------------------- 1 file changed, 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.