[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: please make byte compiling during bootstrap take advantage of make -
From: |
Dan Nicolaescu |
Subject: |
Re: please make byte compiling during bootstrap take advantage of make -j |
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 is widely available, and
shipped by default on many platforms and it would help simplify and make
easier to maintain a lot of things.
- 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 <=
- 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, 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