From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id E9CC06DE144B for ; Wed, 27 Mar 2019 14:02:12 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.018 X-Spam-Level: X-Spam-Status: No, score=-0.018 tagged_above=-999 required=5 tests=[AWL=-0.017, SPF_PASS=-0.001] 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 D6WFymBbbn6O for ; Wed, 27 Mar 2019 14:02:12 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 5F53D6DE1444 for ; Wed, 27 Mar 2019 14:02:12 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.89) (envelope-from ) id 1h9FgZ-0001eB-JF; Wed, 27 Mar 2019 17:02:11 -0400 Received: (nullmailer pid 26568 invoked by uid 1000); Wed, 27 Mar 2019 21:02:10 -0000 From: David Bremner To: Daniel Kahn Gillmor , Notmuch Mail Subject: Re: [PATCH v2 1/3] build: ensure that SHA256_FILE is built In-Reply-To: <20190323123544.6264-1-dkg@fifthhorseman.net> References: <20190323112118.4022-1-dkg@fifthhorseman.net> <20190323123544.6264-1-dkg@fifthhorseman.net> Date: Wed, 27 Mar 2019 18:02:10 -0300 Message-ID: <87wokk1165.fsf@tethera.net> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 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: Wed, 27 Mar 2019 21:02:13 -0000 Daniel Kahn Gillmor writes: > The SHA256_FILE used to be built automatically because of the makefile > dependencies. > > Since b8a8dbed91d16299a8768646fb6f18181f31ec40, it isn't getting made > properly, so the release target would fail. Pushed these 3 patches to master. d