From: David Bremner Date: Sat, 13 Jun 2015 06:37:57 +0000 (+0200) Subject: Re: [patch v3 1/4] build: integrate building ruby bindings into notmuch build process X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f073cf10846bddd07888c0f8ad9c181115d952e3;p=notmuch-archives.git Re: [patch v3 1/4] build: integrate building ruby bindings into notmuch build process --- diff --git a/73/3f93d29815c958322613ec6742b9b5202fcb75 b/73/3f93d29815c958322613ec6742b9b5202fcb75 new file mode 100644 index 000000000..ea4189a7e --- /dev/null +++ b/73/3f93d29815c958322613ec6742b9b5202fcb75 @@ -0,0 +1,62 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id D8FA66DE157E + for ; Fri, 12 Jun 2015 23:38:52 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.197 +X-Spam-Level: +X-Spam-Status: No, score=0.197 tagged_above=-999 required=5 tests=[AWL=0.197] + autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id TIQNWQBGvr1g for ; + Fri, 12 Jun 2015 23:38:51 -0700 (PDT) +Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net + [87.98.215.224]) + by arlo.cworth.org (Postfix) with ESMTPS id D21176DE13A6 + for ; Fri, 12 Jun 2015 23:38:50 -0700 (PDT) +Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim + 4.80) (envelope-from ) + id 1Z3f56-0005nx-3d; Sat, 13 Jun 2015 06:38:16 +0000 +Received: (nullmailer pid 21600 invoked by uid 1000); Sat, 13 Jun 2015 + 06:37:57 -0000 +From: David Bremner +To: notmuch@notmuchmail.org +Subject: Re: [patch v3 1/4] build: integrate building ruby bindings into + notmuch build process +In-Reply-To: <1433142542-2307-2-git-send-email-david@tethera.net> +References: <1425679073-30439-5-git-send-email-david@tethera.net> + <1433142542-2307-1-git-send-email-david@tethera.net> + <1433142542-2307-2-git-send-email-david@tethera.net> +User-Agent: Notmuch/0.20.1+21~g4e79903 (http://notmuchmail.org) Emacs/24.4.1 + (x86_64-pc-linux-gnu) +Date: Sat, 13 Jun 2015 08:37:57 +0200 +Message-ID: <87zj4415bu.fsf@maritornes.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.18 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Sat, 13 Jun 2015 06:38:52 -0000 + +David Bremner writes: + +> Because ruby generates a Makefile, we have to use recursive make. +> Because mkmf.rb hardcodes the name Makefile, put our Makefile{.local} +> in the parent directory. + +Pushed the first patch in the series. Let's see if anything breaks. + +d