* Best way to make the Org source tree?
@ 2024-03-14 1:38 William Denton
2024-03-14 15:19 ` Rohit Patnaik
0 siblings, 1 reply; 2+ messages in thread
From: William Denton @ 2024-03-14 1:38 UTC (permalink / raw)
To: Emacs Org mode mailing list
I looked on the site and in the source but didn't see this, but forgive me if I missed something obvious. Say I cloned the Git repository and now I'm in that directory and want to update Org. I'm not doing any development, I just want to stay current. I think these are equivalent:
$ make update
$ git pull && make
Is that right? Is `make autoloads` needed? What should I be running?
I ask because I suddenly wondered if I'd been doing this wrong and it was triggering a problem.
Bill
--
William Denton
https://www.miskatonic.org/
Librarian, artist and licensed private investigator.
Toronto, Canada
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Best way to make the Org source tree?
2024-03-14 1:38 Best way to make the Org source tree? William Denton
@ 2024-03-14 15:19 ` Rohit Patnaik
0 siblings, 0 replies; 2+ messages in thread
From: Rohit Patnaik @ 2024-03-14 15:19 UTC (permalink / raw)
To: William Denton; +Cc: Emacs Org mode mailing list
From reading `mk/targets.mk`, seems like `make update` runs the following:
git checkout $(GIT_BRANCH)
git remote update
git pull
make all
I think `make all` also runs `make autoloads`. Personally, my update process is
`git pull && make`, because until just now I didn't realize that `make update`
was an option.
-- Rohit Patnaik
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-03-14 15:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-14 1:38 Best way to make the Org source tree? William Denton
2024-03-14 15:19 ` Rohit Patnaik
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.