From: Nick Dokos <nicholas.dokos@hp.com>
To: Jude DaShiell <jdashiel@shellworld.net>
Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org
Subject: Re: just made orgmode-7.8.02
Date: Thu, 29 Dec 2011 13:37:41 -0500 [thread overview]
Message-ID: <13030.1325183861@alphaville.dokosmarshall.org> (raw)
In-Reply-To: Message from Jude DaShiell <jdashiel@shellworld.net> of "Thu, 29 Dec 2011 12:36:58 EST." <alpine.BSF.2.01.1112291232210.27540@freire1.furyyjbeyq.arg>
Jude DaShiell <jdashiel@shellworld.net> wrote:
> Once that was done I figured to run make ./update in the org-7.8.02
> directory and get the latest patches. No cigar, this isn't within any git
> repository apparently on my end so couldn't be pulled by make ./update.
> Do I need to edit the Makefile to clear this problem and if so how? If
> not, how do I get this version to the update capability?
>
You need to clone the git repository:
git clone git://orgmode.org/org-mode.git /path/to/your/local/org/mode/git/repository
before you can use the update target in the Makefile, which just does a git pull
before remaking:
,----
| ...
| update:
| git pull
| ${MAKE} clean
| ${MAKE} all
| ...
`----
Note that the /path/to/your/local/org/mode/git/repository must not exist beforehand:
it is created by the cloning process. And, of course, you need to have git installed.
Nick
next prev parent reply other threads:[~2011-12-29 18:37 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-29 17:36 just made orgmode-7.8.02 Jude DaShiell
2011-12-29 18:37 ` Nick Dokos [this message]
2011-12-29 19:02 ` Jude DaShiell
2011-12-29 19:35 ` Nick Dokos
2011-12-29 22:07 ` Andrea Crotti
-- strict thread matches above, loose matches on Subject: below --
2011-12-29 21:12 Jude DaShiell
2011-12-29 21:25 ` John Hendy
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=13030.1325183861@alphaville.dokosmarshall.org \
--to=nicholas.dokos@hp.com \
--cc=emacs-orgmode@gnu.org \
--cc=jdashiel@shellworld.net \
/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).