emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs pretest 28.0.90 is out


From: Po Lu
Subject: Re: Emacs pretest 28.0.90 is out
Date: Sun, 05 Dec 2021 19:18:12 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.60 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Po Lu <luangruo@yahoo.com>
>> Cc: emacs-devel@gnu.org
>> Date: Sun, 05 Dec 2021 18:34:31 +0800
>> 
>> > Patches to make MSDOS port of Emacs 28 build will be most welcome.
>> 
>> I have no idea how to navigate around the strange build system of the
>> DOS port that appears to be sed-based.
>
> I can help with that.  The Sed scripts are all invoked by the script
> config.bat that is in the top-level directory.  See msdos/README.

Thanks.  The first obstacle here is that lib/Makefile is being generated
like such:

@GL_GENERATE_ALLOCA_H_TRUE@alloca.h: alloca.in-h
@GL_GENERATE_ALLOCA_H_TRUE@     $(AM_V_GEN)rm -f $@-t $@
@GL_GENERATE_ALLOCA_H_TRUE@     { echo '/* DO NOT EDIT! GENERATED 
AUTOMATICALLY! */'; \
@GL_GENERATE_ALLOCA_H_TRUE@       cat $(srcdir)/alloca.in-h >> $@-t
@GL_GENERATE_ALLOCA_H_TRUE@     } > $@-t
@GL_GENERATE_ALLOCA_H_TRUE@     mv -f $@-t $@
@GL_GENERATE_ALLOCA_H_FALSE@alloca.h:
@GL_GENERATE_ALLOCA_H_FALSE@    rm -f $@

The @GL_GENERATE_ALLOCA_H_* parts should have been replaced by
sedlibmk.inp, correct?

Thanks.


reply via email to

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