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 24242431FD0 for ; Fri, 24 Jun 2011 10:52:01 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.01 X-Spam-Level: X-Spam-Status: No, score=0.01 tagged_above=-999 required=5 tests=[T_MIME_NO_TEXT=0.01] 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 R-r6bLRvcb+C for ; Fri, 24 Jun 2011 10:52:00 -0700 (PDT) Received: from arlo.cworth.org (arlo.cworth.org [50.43.72.2]) by olra.theworths.org (Postfix) with ESMTP id 5F6E8431FB6 for ; Fri, 24 Jun 2011 10:52:00 -0700 (PDT) Received: from yoom.home.cworth.org (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id E4CC029A608; Fri, 24 Jun 2011 10:51:58 -0700 (PDT) Received: by yoom.home.cworth.org (Postfix, from userid 1000) id D0705254157; Fri, 24 Jun 2011 10:51:58 -0700 (PDT) From: Carl Worth To: david@tethera.net, notmuch@notmuchmail.org Subject: Re: [PATCH] libnotmuch: fix typo in CLEAN setting, add file In-Reply-To: <1308912824-1709-1-git-send-email-david@tethera.net> References: <1308912824-1709-1-git-send-email-david@tethera.net> User-Agent: Notmuch/0.5 (http://notmuchmail.org) Emacs/23.3.1 (i486-pc-linux-gnu) Date: Fri, 24 Jun 2011 10:51:51 -0700 Message-ID: <87aad7ce2w.fsf@yoom.home.cworth.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Cc: David Bremner 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: Fri, 24 Jun 2011 17:52:01 -0000 --=-=-= Content-Transfer-Encoding: quoted-printable On Fri, 24 Jun 2011 07:53:44 -0300, david@tethera.net wrote: > From: David Bremner Hi David, Thanks for the fix. A couple of nit-picky comments on the commit itself first: > - c0961e6 introduced a missing slash and > - cdf1c70a created a file and neglected to add it to clean I'd put a little more detail in the commit message here: =2D c0961e6 introduced a missing slash $(dir)$(LIBNAME) =2D cdf1c70a created $(dir)/notmuch.h.gch and neglected to add it to clean > The former seems to have been harmless, so maybe someone (Carl?) can > check if $(dir)/$(LIBNAME) really needs to be removed? This auxiliary text should be below the "---" line in the email so that it won't be in the commit message after I do "git am". (As is, I'd have to do extra work to "git commit --amend" this text away). As for the actual question, yes, $(dir)/$(LIBNAME) is supposed to be cleaned and is not getting cleaned. I've got libnotmuch.so.1.{1,2,3,4}.0 all sitting around never cleaned. > -CLEAN :=3D $(CLEAN) $(libnotmuch_modules) $(dir)/$(SONAME) $(dir)/$(LINK= ER_NAME) $(dir)$(LIBNAME) libnotmuch.a notmuch.aux notmuch.sym > +CLEAN +=3D $(libnotmuch_modules) $(dir)/$(SONAME) $(dir)/$(LINKER_NAME) > +CLEAN +=3D $(dir)/$(LIBNAME) libnotmuch.a notmuch.aux notmuch.sym=20 Meanwhile, I notice now that "libnotmuch.a" is also wrong, (should be "$(dir)/libnotmuch.a). Clearly we could use some testing of our "make clean" target to ensure it actually works. Does the Debian stuff not test anything like this? (Maybe I'm thinking of typical testing done by autoconf/automake's "make distcheck" that we haven't replicated yet.) =2DCarl =2D-=20 carl.d.worth@intel.com --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEARECAAYFAk4EzrcACgkQ6JDdNq8qSWgK7ACfU/seIsV4PHvqjyhyxk0jB3AM 75sAnjKkjX+Ccn+Z0Nydp0LaMcziXh2N =Vmdn -----END PGP SIGNATURE----- --=-=-=--