[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gentoo-dev
Subject:    [gentoo-dev] [PATCH 40/41] qmail.eclass: remove useless || die on emake
From:       David Seifert <soap () gentoo ! org>
Date:       2022-12-25 22:15:51
Message-ID: 20221225221552.8023-40-soap () gentoo ! org
[Download RAW message or body]

Signed-off-by: David Seifert <soap@gentoo.org>
---
 eclass/qmail.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/qmail.eclass b/eclass/qmail.eclass
index ed53bca56fa..67069087376 100644
--- a/eclass/qmail.eclass
+++ b/eclass/qmail.eclass
@@ -121,12 +121,12 @@ qmail_src_postunpack() {
 
 qmail_src_compile() {
 	cd "${S}"
-	emake it man "$@" || die "make failed"
+	emake it man "$@"
 }
 
 qmail_spp_src_compile() {
 	cd "${GENQMAIL_S}"/spp/
-	emake || die "make spp failed"
+	emake
 }
 
 qmail_base_install() {
-- 
2.39.0


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic