all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Lennart Borgman" <lennart.borgman.073@student.lu.se>
Subject: Making a script to update and compile from CVS
Date: Thu, 13 Jan 2005 22:36:55 +0100	[thread overview]
Message-ID: <001801c4f9b8$0cfaacb0$0200a8c0@sedrcw11488> (raw)

I saw someone made a try on EmacsWiki to automate the process of copying and
building Emacs from CVS. So I started to wonder how to do the building
process after a checkout update from CVS. There is no definitive answer in
INSTALL.CVS (unless you want to do "make bootstrap"). Doing "make autoloads
..." and "make recompile" are rather fast so there is no need to hesitate to
always do them (not even on an old pc like mine). Sometimes I have seen that
doing multiple "make recompile ..." are necessary.

Now I wonder in what order to do this. Should something like this be ok:

  (in lisp)
  make autoloads ...
  make recompile ...
  make recompile ...
  make recompile ...

  (in main)
  make
  make info
  make install

(This is of course not failproof, but maybe useful.) Could please someone
who knows this better please comment on the order of things etc here?

             reply	other threads:[~2005-01-13 21:36 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-13 21:36 Lennart Borgman [this message]
2005-01-13 23:34 ` Making a script to update and compile from CVS Miles Bader
2005-01-15  0:12   ` Richard Stallman
2005-01-13 23:38 ` Stefan Monnier
2005-01-14 10:26 ` Kai Großjohann
2005-01-14 19:39 ` Han Boetes
  -- strict thread matches above, loose matches on Subject: below --
2005-01-14 12:39 Robert J. Chassell
2005-01-14 18:58 ` Vinicius Jose Latorre
2005-01-14 21:40 ` Michael Albinus

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='001801c4f9b8$0cfaacb0$0200a8c0@sedrcw11488' \
    --to=lennart.borgman.073@student.lu.se \
    /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.