Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 49E3D431FC0 for ; Wed, 19 Mar 2014 17:48:24 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TLlBtWuQ2mor for ; Wed, 19 Mar 2014 17:48:19 -0700 (PDT) Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 8C7F7431FAE for ; Wed, 19 Mar 2014 17:48:19 -0700 (PDT) Received: from remotemail by yantan.tethera.net with local (Exim 4.80) (envelope-from ) id 1WQR9b-0000HQ-JL for notmuch@notmuchmail.org; Wed, 19 Mar 2014 21:48:15 -0300 Received: (nullmailer pid 22548 invoked by uid 1000); Thu, 20 Mar 2014 00:48:11 -0000 From: David Bremner To: notmuch@notmuchmail.org Subject: out of tree build fixes Date: Wed, 19 Mar 2014 21:48:01 -0300 Message-Id: <1395276484-22363-1-git-send-email-david@tethera.net> X-Mailer: git-send-email 1.9.0 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 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: Thu, 20 Mar 2014 00:48:24 -0000 Apparently we've neglected the out of tree builds even more than usual. I originally thought this is what was causing the test failures on buildbot. I'm less sure now, but I think these fixes don't hurt anything, and they do unbreak out of tree builds for me. There is certainly still work to be done with our out of tree builds. For those of you just joining the party, that doesn't mean we want to switch to your favourite build system. Or even to Autotools. An earlier draft of this series (discussed on IRC) defined a builddir variable, but eventually I realized the current directory of make is always builddir. So at least for now that doesn't seem to be needed.