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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1EFDB139694 for ; Fri, 5 May 2017 16:24:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7C6FE0CF9; Fri, 5 May 2017 16:24:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5A088E0C97 for ; Fri, 5 May 2017 16:24:27 +0000 (UTC) Received: from mail-io0-f181.google.com (mail-io0-f181.google.com [209.85.223.181]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: floppym) by smtp.gentoo.org (Postfix) with ESMTPSA id 362713416C7 for ; Fri, 5 May 2017 16:24:26 +0000 (UTC) Received: by mail-io0-f181.google.com with SMTP id p80so13878852iop.3 for ; Fri, 05 May 2017 09:24:26 -0700 (PDT) X-Gm-Message-State: AODbwcDcU5KILIITPFXck/tZZYBQsu4WI0Kg2KcbEQD34Fxefu7xC4fB NLXOllT8/iiPWmWST0+SBCUCyZ9KSg== X-Received: by 10.107.35.75 with SMTP id j72mr3217263ioj.180.1494001464319; Fri, 05 May 2017 09:24:24 -0700 (PDT) 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 Received: by 10.107.132.17 with HTTP; Fri, 5 May 2017 09:24:03 -0700 (PDT) In-Reply-To: <20170505153543.GA2377@linux1> References: <20170505153543.GA2377@linux1> From: Mike Gilbert Date: Fri, 5 May 2017 12:24:03 -0400 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [gentoo-dev] meson.eclass third draft To: Gentoo Dev Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: 66404038-4957-4fda-b4ee-7dab3613c041 X-Archives-Hash: d981d0c777af4764615e711992deb96b On Fri, May 5, 2017 at 11:35 AM, William Hubbs wrote: > All, > > here is the third (and hopefully final) draft of meson.eclass. I am > leaving the code in for the cross support but commented so all I need to > do later is add toolchain-funcs back to inherit and uncomment the code > once I know how to write the cross file, which shouldn't take too long. > I added a link to the documentation for it in the comments. > You still have eninja || die in the install phase. The || die is unnecessary.