From: Samuel Wales <samologist@gmail.com>
To: Manish <mailtomanish.sharma@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Update emacs org-mode
Date: Sat, 4 Apr 2009 10:23:23 -0700 [thread overview]
Message-ID: <20524da70904041023t479d43c9s5be1b6c5c70c085c@mail.gmail.com> (raw)
In-Reply-To: <e7cdbe30904040955y17da6ab0ubea8d6f6d8c7c9a7@mail.gmail.com>
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"
}
On 2009-04-04, Manish <mailtomanish.sharma@gmail.com> 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?
--
Myalgic encephalomyelitis denialism is causing death (decades early;
Jason et al. 2006) and severe suffering (worse than nearly all other
diseases studied; e.g. Schweitzer et al. 1995) and grossly corrupting
science. http://www.meactionuk.org.uk/What_Is_ME_What_Is_CFS.htm
next prev parent reply other threads:[~2009-04-04 17:23 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 [this message]
2009-04-04 17:51 ` Manish
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=20524da70904041023t479d43c9s5be1b6c5c70c085c@mail.gmail.com \
--to=samologist@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=mailtomanish.sharma@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).