mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-22 10:26:20 +00:00
Fix the MSDOS build as fallout from the latest Makefile.in changes.
config.bat <lib-src>: Edit out lines that begin with several # characters. msdos/sedlisp.inp (VPATH): Don't edit, no longer needed. (lisp, srcdir): Adapt to lisp/Makefile.in changes. (abs_top_builddir): New edit. msdos/sed3v2.inp (KRB4LIB, DESLIB, KRB5LIB, CRYPTOLIB, COM_ERRLIB) (LIBHESIOD, LIBRESOLV, LIBS_MAIL): Edit to empty values. msdos/sed3.inp (KRB4LIB, DESLIB, KRB5LIB, CRYPTOLIB, COM_ERRLIB) (LIBHESIOD, LIBRESOLV, LIBS_MAIL): Edit to empty values. msdos/sed1v2.inp (abs_builddir): Edit into "../src".
This commit is contained in:
parent
5b5922f52f
commit
2201e7e2be
@ -1,3 +1,8 @@
|
||||
2010-03-27 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* config.bat <lib-src>: Edit out lines that begin with several #
|
||||
characters.
|
||||
|
||||
2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* configure.in: Remove support for old UNIX System V systems and
|
||||
|
@ -222,7 +222,7 @@ rem ----------------------------------------------------------------------
|
||||
Echo Configuring the library source directory...
|
||||
cd lib-src
|
||||
rem Create "makefile" from "makefile.in".
|
||||
sed -e "1,/== start of cpp stuff ==/s@^#[ ].*$@@" <Makefile.in >junk.c
|
||||
sed -e "1,/== start of cpp stuff ==/s@^##*[ ].*$@@" <Makefile.in >junk.c
|
||||
gcc -E -traditional -I. -I../src junk.c | sed -e "s/^ / /" -e "/^#/d" -e "/^[ ]*$/d" >makefile.new
|
||||
If "%DJGPP_VER%" == "2" goto libsrc-v2
|
||||
sed -f ../msdos/sed3.inp <makefile.new >Makefile
|
||||
|
@ -1,3 +1,17 @@
|
||||
2010-03-27 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* sedlisp.inp (VPATH): Don't edit, no longer needed.
|
||||
(lisp, srcdir): Adapt to lisp/Makefile.in changes.
|
||||
(abs_top_builddir): New edit.
|
||||
|
||||
* sed3v2.inp (KRB4LIB, DESLIB, KRB5LIB, CRYPTOLIB, COM_ERRLIB)
|
||||
(LIBHESIOD, LIBRESOLV, LIBS_MAIL): Edit to empty values.
|
||||
|
||||
* sed3.inp (KRB4LIB, DESLIB, KRB5LIB, CRYPTOLIB, COM_ERRLIB)
|
||||
(LIBHESIOD, LIBRESOLV, LIBS_MAIL): Edit to empty values.
|
||||
|
||||
* sed1v2.inp (abs_builddir): Edit into "../src".
|
||||
|
||||
2010-03-10 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* Branch for 23.2.
|
||||
|
@ -29,6 +29,7 @@ s/\.h\.in/.h-in/
|
||||
/^MAKE *=/s/^/# /
|
||||
/^SHELL *=/s/^/# /
|
||||
/^srcdir *=/s/@[^@\n]*@/./
|
||||
/^abs_builddir *=/s|@abs_builddir@|../src|
|
||||
/^VPATH *=/s/@[^@\n]*@/./
|
||||
/^CC *=/s/@[^@\n]*@/gcc/
|
||||
/^CPP *=/s/@[^@\n]*@/gcc -e/
|
||||
|
@ -28,6 +28,14 @@
|
||||
/^libdir *=/s!=.*$!=/emacs/bin!
|
||||
/^srcdir *=/s!=.*$!=.!
|
||||
/^VPATH *=/s!=.*$!=.!
|
||||
/^KRB4LIB *=/s/@[^@\n]*@//g
|
||||
/^DESLIB *=/s/@[^@\n]*@//g
|
||||
/^KRB5LIB *=/s/@[^@\n]*@//g
|
||||
/^CRYPTOLIB *=/s/@[^@\n]*@//g
|
||||
/^COM_ERRLIB *=/s/@[^@\n]*@//g
|
||||
/^LIBHESIOD *=/s/@[^@\n]*@//g
|
||||
/^LIBRESOLV *=/s/@[^@\n]*@//g
|
||||
/^LIBS_MAIL *=/s/@[^@\n]*@//g
|
||||
/^CFLAGS *=/s!=.*$!=-O2 -g!
|
||||
/^C_SWITCH_SYSTEM *=/s!=.*$!=-DMSDOS!
|
||||
/^LOADLIBES *=/s!=.*$!=!
|
||||
|
@ -26,6 +26,14 @@
|
||||
/^libdir *=/s!=.*$!=/emacs/bin!
|
||||
/^srcdir=/s!srcdir=@srcdir@!srcdir := $(subst \\,/,$(shell command.com /c cd))!
|
||||
/^VPATH *=/s!=.*$!=.!
|
||||
/^KRB4LIB *=/s/@[^@\n]*@//g
|
||||
/^DESLIB *=/s/@[^@\n]*@//g
|
||||
/^KRB5LIB *=/s/@[^@\n]*@//g
|
||||
/^CRYPTOLIB *=/s/@[^@\n]*@//g
|
||||
/^COM_ERRLIB *=/s/@[^@\n]*@//g
|
||||
/^LIBHESIOD *=/s/@[^@\n]*@//g
|
||||
/^LIBRESOLV *=/s/@[^@\n]*@//g
|
||||
/^LIBS_MAIL *=/s/@[^@\n]*@//g
|
||||
/^CFLAGS *=/s!=.*$!=-O2 -g!
|
||||
/^C_SWITCH_SYSTEM *=/s!=.*$!=-DMSDOS!
|
||||
/^LOADLIBES *=/s!=.*$!=!
|
||||
|
@ -20,8 +20,9 @@
|
||||
/^SHELL *=/i\
|
||||
export FNCASE=y
|
||||
|
||||
/^lisp=/s|@srcdir@|$(CURDIR)|
|
||||
/^VPATH=/s|@srcdir@|.|
|
||||
/^srcdir=/s|@srcdir@|.|
|
||||
/^lisp *=/s|\$(srcdir)|$(CURDIR)|
|
||||
/^srcdir *=/s|@srcdir@|.|
|
||||
/^top_srcdir *=/s|@top_srcdir@|./..|
|
||||
/^abs_top_builddir *=/s|@abs_top_builddir@|$(CURDIR)/..|
|
||||
|
||||
# arch-tag: da7a3cff-4839-4ad7-bbe3-e2b61c84c38e
|
||||
|
Loading…
Reference in New Issue
Block a user