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, dann@ics.uci.edu
Subject: Re: please make byte compiling during bootstrap take advantage of make	-j
Date: Wed, 07 May 2008 18:33:41 -0400	[thread overview]
Message-ID: <aw63tppwvu.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <uskwue988.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 07 May 2008 12:47:51 +0300")

Eli Zaretskii wrote:

> And what's wrong with hard-coding them, exactly?

Just that it's inelegant and more work. Even the directory names
aren't hard-coded at present.

> If you are worried about maintenance, then we could have a
> maintainer-only target that would update the list, and that target
> could use GNU Make features, like you suggest below.

If the names aren't going in a prerequisite, there's no need to use
GNU Makeisms.

So, I envisage:

1. A rule run at the end of bootstrap that finds all the .elc files
and updates Makefile.in (yuck; I'd prefer an include file, but it
seems this is not portable either?).

2. The compile targets changed to use the explicit list of .elc files
constructed above.

3. The compile targets to run something like their current
implementations after the parallelizable part, to catch any new .elc
files not yet added to Makefile.in. Perhaps this isn't necessary,
since all it means is new files wouldn't get compiled until
Makefile.in was updated.




  reply	other threads:[~2008-05-07 22:33 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
2008-05-07  3:05       ` Glenn Morris
2008-05-07  9:47         ` Eli Zaretskii
2008-05-07 22:33           ` Glenn Morris [this message]
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=aw63tppwvu.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).