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 8C15C158094 for ; Sat, 8 Oct 2022 22:02:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A04A2E0828; Sat, 8 Oct 2022 22:02:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 86982E0828 for ; Sat, 8 Oct 2022 22:02:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 55A62340D6C for ; Sat, 8 Oct 2022 22:02:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CE33603 for ; Sat, 8 Oct 2022 22:02:44 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1665266498.11c3a59b2395f25ac869573a361ac937a0144427.sam@gentoo> Subject: [gentoo-commits] proj/gcc-config:master commit in: / X-VCS-Repository: proj/gcc-config X-VCS-Files: Makefile X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 11c3a59b2395f25ac869573a361ac937a0144427 X-VCS-Branch: master Date: Sat, 8 Oct 2022 22:02:44 +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: 38e81bba-c398-424d-bdf8-c64ef25a7eff X-Archives-Hash: 431ec60b3f4cfa25b9a6f95be7c2ac18 commit: 11c3a59b2395f25ac869573a361ac937a0144427 Author: Sam James gentoo org> AuthorDate: Sat Oct 8 22:01:38 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 8 22:01:38 2022 +0000 URL: https://gitweb.gentoo.org/proj/gcc-config.git/commit/?id=11c3a59b Makefile: drop excessive EPREFIXing Bug: https://bugs.gentoo.org/875377 Signed-off-by: Sam James gentoo.org> Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index b143b3c..5d84b50 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,6 @@ clean: .gcc-config: gcc-config sed \ - -e '1s:/:$(EPREFIX)/:' \ -e 's:@GENTOO_EPREFIX@:$(EPREFIX):g' \ -e 's:@GENTOO_LIBDIR@:$(SUBLIBDIR):g' \ -e 's:@PV@:$(PV):g' \