From: Dan Nicolaescu <dann@ics.uci.edu>
To: Glenn Morris <rgm@gnu.org>
Cc: bug-gnu-emacs@gnu.org
Subject: Re: please make byte compiling during bootstrap take advantage of make -j
Date: Fri, 09 May 2008 00:02:43 -0700 [thread overview]
Message-ID: <200805090702.m4972h4w029851@sallyv1.ics.uci.edu> (raw)
In-Reply-To: <hmd4nwlhcw.fsf@fencepost.gnu.org> (Glenn Morris's message of "Thu, 08 May 2008 15:34:55 -0400")
Glenn Morris <rgm@gnu.org> writes:
>
> Can I portably use this kind of thing:
>
> lispfiles1 = $(lisp)/*.el
> lispfiles2 = $(lisp)/*/*.el
> elcfiles1 = $(lispfiles1:.el=.elc)
> elcfiles2 = $(lispfiles2:.el=.elc)
>
> compile: $(elcfiles1) $(elcfiles2)
IMO if doing things that we need portably is too hard, we should just
switch to requiring GNU make by default. It is widely available, and
shipped by default on many platforms and it would help simplify and make
easier to maintain a lot of things.
next prev parent reply other threads:[~2008-05-09 7:02 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
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 [this message]
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200805090702.m4972h4w029851@sallyv1.ics.uci.edu \
--to=dann@ics.uci.edu \
--cc=bug-gnu-emacs@gnu.org \
--cc=rgm@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 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.