From: Manish <mailtomanish.sharma@gmail.com>
To: Samuel Wales <samologist@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Update emacs org-mode
Date: Sat, 4 Apr 2009 23:21:56 +0530 [thread overview]
Message-ID: <e7cdbe30904041051v3278218aj21d46fc5706c6d76@mail.gmail.com> (raw)
In-Reply-To: <20524da70904041023t479d43c9s5be1b6c5c70c085c@mail.gmail.com>
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
prev parent reply other threads:[~2009-04-04 17:52 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-04 16:13 Update emacs org-mode Demidov Andrey
2009-04-04 16:55 ` Manish
2009-04-04 17:23 ` Samuel Wales
2009-04-04 17:51 ` Manish [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=e7cdbe30904041051v3278218aj21d46fc5706c6d76@mail.gmail.com \
--to=mailtomanish.sharma@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=samologist@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).