From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Subject: Re: Update emacs org-mode Date: Sat, 4 Apr 2009 23:21:56 +0530 Message-ID: References: <20524da70904041023t479d43c9s5be1b6c5c70c085c@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LqA2V-0005bp-61 for emacs-orgmode@gnu.org; Sat, 04 Apr 2009 13:52:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LqA2Q-0005YN-0J for emacs-orgmode@gnu.org; Sat, 04 Apr 2009 13:52:18 -0400 Received: from [199.232.76.173] (port=52398 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LqA2P-0005YK-P4 for emacs-orgmode@gnu.org; Sat, 04 Apr 2009 13:52:13 -0400 Received: from ti-out-0910.google.com ([209.85.142.191]:11564) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LqA2P-0007MG-AE for emacs-orgmode@gnu.org; Sat, 04 Apr 2009 13:52:13 -0400 Received: by ti-out-0910.google.com with SMTP id y8so1289129tia.10 for ; Sat, 04 Apr 2009 10:52:11 -0700 (PDT) In-Reply-To: <20524da70904041023t479d43c9s5be1b6c5c70c085c@mail.gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Samuel Wales Cc: emacs-orgmode@gnu.org On Sat, Apr 4, 2009 at 10:53 PM, Samuel Wales wrote: > I do this: > > ... > echo;echo \=== updating org;echo > ( > cd $delbig/org-mode && > git pull --stat --log && > #first time make clean? > make>elup--make 2>&1 > # make install ... unnec unless you want delorg > # to be backed up. if so then install setting > # prefix lispdir > diffold doc/org.texi--old doc/org.texi > echo not doing git gc > ) > ... > diffold () { > local fold="${1:?}"; shift > local fnew="${1:?}"; shift > > diff -u "$fold" "$fnew" > cp "$fnew" "$fold" > } > I will have to try this sometime. For now I just browse latest changes using tig. > > On 2009-04-04, Manish wrote: >> $ git pull && make clean && make && make doc > > Is make clean necessary lately? It works without it for me. I > thought make clean was for when mtimes are wrong? I think it bit me once a while ago and since then it just became a habit. -- Manish