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 867BC431FBF; Sun, 22 Nov 2009 18:49:54 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org 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 7MMhaDouCQyk; Sun, 22 Nov 2009 18:49:53 -0800 (PST) Received: from cworth.org (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 15FCB431FAE; Sun, 22 Nov 2009 18:49:53 -0800 (PST) From: Carl Worth To: Jan Janak , notmuch@notmuchmail.org In-Reply-To: <1258894535-30056-1-git-send-email-jan@ryngle.com> References: <1258894535-30056-1-git-send-email-jan@ryngle.com> Date: Mon, 23 Nov 2009 03:49:38 +0100 Message-ID: <873a46gdkt.fsf@yoom.home.cworth.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [notmuch] [PATCH] makefile: Declare clean target as phony. X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.12 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: Mon, 23 Nov 2009 02:49:54 -0000 On Sun, 22 Nov 2009 13:55:35 +0100, Jan Janak wrote: > This ensures that make clean always proceeds, even if the user > accidentally creates a file named 'clean'. Also, it ignores errors in > rm and other commands. Now *this* patch worked fine for me. Thanks! I've pushed it now. -Carl