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 D0F58431FD0 for ; Sat, 17 Dec 2011 15:21:18 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] 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 LOSIysg+GCHX for ; Sat, 17 Dec 2011 15:21:18 -0800 (PST) Received: from mail-qw0-f46.google.com (mail-qw0-f46.google.com [209.85.216.46]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 5CFAD431FB6 for ; Sat, 17 Dec 2011 15:21:18 -0800 (PST) Received: by qadc12 with SMTP id c12so2004195qad.5 for ; Sat, 17 Dec 2011 15:21:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version:content-type; bh=7qdAO7mzhZdP38yTq97qpwjJ//dUElS4opH6Ov5Jm/s=; b=wkpBrLJDVyIBTiYENTaiprTCb95v3LKMNjPhEj5aiX7KNxZkOdwjg90jNtZrq9PrYE ezFtoa34r7qbKYVzKbvC2Uan6xmiQcBme3SCgodYALdhyKgxToMuatYEpwldhmNplPem D54rk5dKYm2AvuhIIKE9kt8B7Iow6B08JF6qI= Received: by 10.224.197.202 with SMTP id el10mr18971180qab.39.1324164076683; Sat, 17 Dec 2011 15:21:16 -0800 (PST) Received: from localhost (c-68-80-94-73.hsd1.pa.comcast.net. [68.80.94.73]) by mx.google.com with ESMTPS id eb5sm29232741qab.10.2011.12.17.15.21.14 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 17 Dec 2011 15:21:15 -0800 (PST) From: Aaron Ecay To: Jameson Graef Rollins , notmuch@notmuchmail.org Subject: Re: [PATCH] Give a path name to mktemp in Makefile.local In-Reply-To: <87k45unbdi.fsf@servo.finestructure.net> References: <1324136185-4509-1-git-send-email-aaronecay@gmail.com> <87k45unbdi.fsf@servo.finestructure.net> User-Agent: Notmuch/0.10.1+56~gd709fd6 (http://notmuchmail.org) Emacs/24.0.92.3 (i386-apple-darwin10.8.0) Date: Sat, 17 Dec 2011 18:21:11 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain 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: Sat, 17 Dec 2011 23:21:18 -0000 On Sat, 17 Dec 2011 13:20:41 -0800, Jameson Graef Rollins wrote: > Not that I'm saying we shouldn't fix this issue, but just out of > curiosity, under what circumstances would someone want to call the > debian-snapshot target from a non-debian based system? That part of the makefile is called unconditionally, on all systems. So it doesn't matter if one does "make debian-snapshot" or not, the error is still generated. -- Aaron Ecay