emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: The emacs-28 release branch has been created


From: Eli Zaretskii
Subject: Re: The emacs-28 release branch has been created
Date: Mon, 04 Oct 2021 21:51:42 +0300

> From: Ken Brown <kbrown@cornell.edu>
> Cc: emacs-devel@gnu.org
> Date: Sun, 3 Oct 2021 18:40:11 -0400
> 
> diff --git a/src/Makefile.in b/src/Makefile.in
> index 25c7865d4a..01ae7356b5 100644
> --- a/src/Makefile.in
> +++ b/src/Makefile.in
> @@ -806,6 +806,9 @@ elnlisp := $(addprefix ${lispsource}/,${elnlisp}) $(lisp:
>   ../native-lisp: | $(pdmp)
>          if test ! -d $@; then \
>            mkdir $@ && $(MAKE) $(AM_V_NO_PD) $(elnlisp); \
> +         if test $(SYSTEM_TYPE) = cygwin; then \
> +           find $@ -name '*.eln' | rebase -v -O -T -; \
> +         fi; \
>            LC_ALL=C $(RUN_TEMACS) -batch $(BUILD_DETAILS) -l loadup 
> --temacs=pdump \
>                  --bin-dest $(BIN_DESTDIR) --eln-dest $(ELN_DESTDIR); \
>            cp -f $@ $(bootstrap_pdmp); \
> 
> OK to apply this bandaid?

Yes, of course.  But note that I changed that part today.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]