unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Emacs bootstrap
@ 2008-06-21  1:46 Stefan Monnier
  2008-06-21 20:53 ` Glenn Morris
  2008-06-22  1:38 ` Herbert Euler
  0 siblings, 2 replies; 14+ messages in thread
From: Stefan Monnier @ 2008-06-21  1:46 UTC (permalink / raw)
  To: emacs-devel


I've changed the Makefiles so the bootstrap now should be a bit
more reliable.  E.g., after a checkout, a simple

   ./configure
   make

should DTRT.  And to force a bootstrap, all you need to do is

   make bootstrap-clean

after which

   make

will do a full&clean bootstrap.  The target "bootstrap" actually does
just that (except it runs ./config.status between the two, just in case).

Hopefully, this still work with parallel make (it worked with "make -j4"
in my tests), and hopefully it will not cause excessive re-compilation
or re-dumping either when you do a simple "make" (a simple "make"
will now automatically compile the .el files that need it).


        Stefan




^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2008-06-22 22:03 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-21  1:46 Emacs bootstrap Stefan Monnier
2008-06-21 20:53 ` Glenn Morris
2008-06-21 20:55   ` Glenn Morris
2008-06-22  1:27     ` Stefan Monnier
2008-06-22  1:06   ` Glenn Morris
2008-06-22  2:45     ` Stefan Monnier
2008-06-22 20:01       ` Glenn Morris
2008-06-22 22:03         ` Stefan Monnier
2008-06-22  1:29   ` Stefan Monnier
2008-06-22  1:38 ` Herbert Euler
2008-06-22  2:20   ` Glenn Morris
2008-06-22  2:28     ` Herbert Euler
2008-06-22  2:47   ` Stefan Monnier
2008-06-22  3:13     ` Herbert Euler

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.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).