From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KkZBl-000897-J8 for garchives@archives.gentoo.org; Tue, 30 Sep 2008 06:58:29 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 264C1E04FC; Tue, 30 Sep 2008 06:58:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 01001E04FC for ; Tue, 30 Sep 2008 06:58:28 +0000 (UTC) Received: from [192.168.1.33] (unknown [77.246.104.171]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 3F73464592 for ; Tue, 30 Sep 2008 06:58:26 +0000 (UTC) Subject: Re: [gentoo-dev] Usage of econf with an additional || die From: Peter Volkov To: gentoo-dev@lists.gentoo.org In-Reply-To: <48DFCBEF.7040506@gentoo.org> References: <18646.45711.173931.589892@a1ihome1.kph.uni-mainz.de> <48D94608.7060805@gentoo.org> <200809240121.04326.bo.andresen@zlin.dk> <8b4c83ad0809240046n20adbeb1gb376db13d79f7bdc@mail.gmail.com> <48DE0825.1010009@gentoo.org> <48DFCBEF.7040506@gentoo.org> Content-Type: text/plain; charset=utf-8 Date: Tue, 30 Sep 2008 10:55:58 +0400 Message-Id: <1222757758.621.38.camel@localhost> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: a918dac8-b68e-4823-8954-44db04dff5cc X-Archives-Hash: 51349106b296438bd8a8cbd07bf7dee6 =D0=92 =D0=92=D1=81=D0=BA, 28/09/2008 =D0=B2 20:24 +0200, Thomas Sachau =D0= =BF=D0=B8=D1=88=D0=B5=D1=82: > I see many ebuild that still use "econf || die", also econf should die = by itself. Are there any > specific reasons for this? Some cases where econf does not die also it = fails? Or some other reason > for this? This || die is redundant. Personally I remove it in every package I touch and I suggest others do the same. People use our tree to learn how to write ebuilds, so it's good idea to have consistent syntax in our ebuilds... --=20 Peter.