unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm@gnu.org>
To: Eli Zaretskii <eliz@gnu.org>
Cc: bug-gnu-emacs@gnu.org, Dan Nicolaescu <dann@ics.uci.edu>
Subject: Re: please make byte compiling during bootstrap take advantage of make	-j
Date: Mon, 05 May 2008 14:15:10 -0400	[thread overview]
Message-ID: <ef8wyobosx.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <u7ie9x5u5.fsf@gnu.org> (Eli Zaretskii's message of "Sun, 04 May 2008 21:49:22 +0300")

Eli Zaretskii wrote:

> There's this comment in lisp/Makefile.in:
>
>     #                                      Files MUST be compiled one by
>     # one.  If we compile several files in a row we can't make sure that
>     # the compilation environment is clean.
>
> I have only a vague idea of what is this trying to say,

I think this means using:

emacs -f batch-byte-compile-if-not-done only-one-file.el

rather than 

emacs -f batch-byte-compile-if-not-done file1.el file2.el ... fileN.el

In the latter case, stuff defined in file1 might pollute the
compilation environment for file2.

> but assuming that this consideration is not important for several
> compilations going on in parallel,

If the above interpretation is correct, it would not be, and it would
be totally fine to compile in parallel (after those few .el files that
need to be done first).

> doing what you want boils down to making the `compile:' target
> depend on all the .elc files; the rest will be done automatically by
> Make.




  reply	other threads:[~2008-05-05 18:15 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <18495.14322.3139.653674@fencepost.gnu.org>
2008-05-04 17:35 ` please make byte compiling during bootstrap take advantage of make -j Dan Nicolaescu
2008-05-04 18:49   ` Eli Zaretskii
2008-05-05 18:15     ` Glenn Morris [this message]
2008-05-07  3:05       ` Glenn Morris
2008-05-07  9:47         ` Eli Zaretskii
2008-05-07 22:33           ` Glenn Morris
2008-05-08 10:30             ` Eli Zaretskii
2008-05-08 19:34               ` Glenn Morris
2008-05-09  6:32                 ` Eli Zaretskii
2008-05-09  7:02                 ` Dan Nicolaescu
2008-05-09  7:41                   ` Eli Zaretskii
2008-05-07 17:34         ` Richard M Stallman
2008-05-29 23:20   ` bug#189: marked as done (please make byte compiling during bootstrap take advantage of make -j) Emacs bug Tracking System

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.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ef8wyobosx.fsf@fencepost.gnu.org \
    --to=rgm@gnu.org \
    --cc=bug-gnu-emacs@gnu.org \
    --cc=dann@ics.uci.edu \
    --cc=eliz@gnu.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 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).