From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: Possible issue with the Makefile Date: Fri, 8 Feb 2013 23:44:52 +0100 Message-ID: <20130208224452.GB4223@kuru.dyndns-at-home.com> References: <20130208214557.GA4223@kuru.dyndns-at-home.com> <87pq0a78nb.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37875) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3wgk-00071e-DS for emacs-orgmode@gnu.org; Fri, 08 Feb 2013 17:44:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U3wgj-0008BX-Cw for emacs-orgmode@gnu.org; Fri, 08 Feb 2013 17:44:58 -0500 Received: from mail-ea0-f173.google.com ([209.85.215.173]:59834) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3wgj-0008BS-5p for emacs-orgmode@gnu.org; Fri, 08 Feb 2013 17:44:57 -0500 Received: by mail-ea0-f173.google.com with SMTP id i1so1878107eaa.18 for ; Fri, 08 Feb 2013 14:44:56 -0800 (PST) Content-Disposition: inline In-Reply-To: <87pq0a78nb.fsf@Rainer.invalid> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org On Fri, Feb 08, 2013 at 11:17:28PM +0100, Achim Gratz wrote: > Suvayu Ali writes: > > In my local.mk I had `ORG_ADD_CONTRIB = org-e-*' before, but after the > > switch I removed it (as you had pointed it out in another thread :)). > > Despite that, all the org-e-* files under org-mode/lisp were not removed > > after I did `make cleanall'. > > You would have needed to do the "make clean" before the update that > renamed respectively moved those files if you use globbing patterns. > > > Don't you think this should be handled by the Makefile, or is this > > non-trivial to deal with? > > See above. There is no way of knowing what the globbing pattern > expanded to after the files are no longer present in contrib/ and you > can't just go around in lisp/ and try the globbing there, at least not > if you don't want files to vanish at random. Thanks, I understand now :). I'll put this in the FAQ. Cheers, -- Suvayu Open source is the future. It sets us free.