[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: please make byte compiling during bootstrap take advantage of make -
From: |
Eli Zaretskii |
Subject: |
Re: please make byte compiling during bootstrap take advantage of make -j |
Date: |
Fri, 09 May 2008 10:41:38 +0300 |
> From: Dan Nicolaescu <dann@ics.uci.edu>
> Cc: Eli Zaretskii <eliz@gnu.org>, bug-gnu-emacs@gnu.org
> Date: Fri, 09 May 2008 00:02:43 -0700
>
> 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's not hard, so we have no good reasons to do that.
- please make byte compiling during bootstrap take advantage of make -j, Dan Nicolaescu, 2008/05/04
- Re: please make byte compiling during bootstrap take advantage of make -j, Eli Zaretskii, 2008/05/04
- Re: please make byte compiling during bootstrap take advantage of make -j, Glenn Morris, 2008/05/05
- Re: please make byte compiling during bootstrap take advantage of make -j, Glenn Morris, 2008/05/06
- Re: please make byte compiling during bootstrap take advantage of make -j, Eli Zaretskii, 2008/05/07
- Re: please make byte compiling during bootstrap take advantage of make -j, Glenn Morris, 2008/05/07
- Re: please make byte compiling during bootstrap take advantage of make -j, Eli Zaretskii, 2008/05/08
- Re: please make byte compiling during bootstrap take advantage of make -j, Glenn Morris, 2008/05/08
- Re: please make byte compiling during bootstrap take advantage of make -j, Eli Zaretskii, 2008/05/09
- Re: please make byte compiling during bootstrap take advantage of make -j, Dan Nicolaescu, 2008/05/09
- Re: please make byte compiling during bootstrap take advantage of make -j,
Eli Zaretskii <=
- Re: please make byte compiling during bootstrap take advantage of make -j, Richard M Stallman, 2008/05/07
bug#189: marked as done (please make byte compiling during bootstrap take advantage of make -j), Emacs bug Tracking System, 2008/05/29