From: "Rohit Patnaik" <quanticle@quanticle.net>
To: "William Denton" <william@williamdenton.org>
Cc: "Emacs Org mode mailing list" <emacs-orgmode@gnu.org>
Subject: Re: Best way to make the Org source tree?
Date: Thu, 14 Mar 2024 10:19:52 -0500 [thread overview]
Message-ID: <83b84be2-1fab-47ce-a7f1-9389cfd85b43@app.fastmail.com> (raw)
In-Reply-To: <TeH7MZMbhvAW1Vpv3LV4-sDZsw5g74pv5QhuiZY3gnfMgE3ReENNChhAKpcld2K0kmKPYw5x5tNt-AfIOGPeyhaELf5xXAbdMOF1deptOZs=@williamdenton.org>
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
prev parent reply other threads:[~2024-03-14 15:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-14 1:38 Best way to make the Org source tree? William Denton
2024-03-14 15:19 ` Rohit Patnaik [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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=83b84be2-1fab-47ce-a7f1-9389cfd85b43@app.fastmail.com \
--to=quanticle@quanticle.net \
--cc=emacs-orgmode@gnu.org \
--cc=william@williamdenton.org \
/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 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.