1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-21 06:55:39 +00:00

On msdos, set LIBS_SYSTEM with config.bat, not cpp.

* config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.

* src/Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
* src/s/msdos.h (MSDOS_LIBS_SYSTEM): Remove.

* msdos/sed1x.inp (LIBS_SYSTEM): Edit to -lxext -lsys.
* msdos/sed3x.inp: New file.

* lib-src/Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
(config.h) [MSDOS]: Do not include.
This commit is contained in:
Glenn Morris 2010-05-10 19:51:08 -07:00
parent 4e2af7825f
commit acddf8aec7
10 changed files with 30 additions and 8 deletions

View File

@ -1,3 +1,7 @@
2010-05-11 Glenn Morris <rgm@gnu.org>
* config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
2010-05-10 Glenn Morris <rgm@gnu.org>
* configure.in (LIBS_SYSTEM): New output variable, replacing cpp.

View File

@ -231,6 +231,11 @@ Goto libsrc2
sed -f ../msdos/sed3v2.inp <makefile.new >Makefile
:libsrc2
rm -f makefile.new junk.c
if "%X11%" == "" goto libsrc2a
mv Makefile makefile.tmp
sed -f ../msdos/sed3x.inp <makefile.tmp >Makefile
rm -f makefile.tmp
:libsrc2a
if "%nodebug%" == "" goto libsrc3
sed -e "/^CFLAGS *=/s/ *-gcoff//" <Makefile >makefile.tmp
sed -e "/^ALL_CFLAGS *=/s/=/= -s/" <makefile.tmp >Makefile

View File

@ -1,3 +1,8 @@
2010-05-11 Glenn Morris <rgm@gnu.org>
* Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
(config.h) [MSDOS]: Do not include.
2010-05-10 Glenn Morris <rgm@gnu.org>
* Makefile.in (LIBS_SYSTEM): Set with configure, not cpp.

View File

@ -167,11 +167,6 @@ CPP_CFLAGS = $(C_SWITCH_SYSTEM) $(C_SWITCH_MACHINE) -DHAVE_CONFIG_H -I. -I../src
# ========================== start of cpp stuff =======================
/* From here on, comments must be done in C syntax. */
#ifdef MSDOS
#include "../src/config.h"
LIBS_SYSTEM = MSDOS_LIBS_SYSTEM
#endif
LOADLIBES=$(LIBS_SYSTEM)

View File

@ -1,3 +1,8 @@
2010-05-11 Glenn Morris <rgm@gnu.org>
* sed1x.inp (LIBS_SYSTEM): Edit to -lxext -lsys.
* sed3x.inp: New file.
2010-05-10 Glenn Morris <rgm@gnu.org>
* sed1v2.inp, sed3v2.inp (LIBS_SYSTEM): Edit to empty.

View File

@ -5,6 +5,7 @@ s!^ cd \${oldXMenudir}; \${MAKE}.*$! ${MAKE} -C ${oldXMenudir}.!
s!^ @true *$! @rem!
s/DOC/DOC-X/g
#/^LIBXMENU *=/s!= *!= ../oldxmenu/!
/^LIBS_SYSTEM *=/s!= *!= -lxext -lsys!
/^temacs *:/s!OLDXMENU!LIBXMENU!
# arch-tag: 3e8a78f2-3dec-44f3-81f6-3785a562da19

5
msdos/sed3x.inp Normal file
View File

@ -0,0 +1,5 @@
# -sed3x.inp------------------------------------------------------------
# Extra configuration script for lib-src/makefile for DesqView/X
# ----------------------------------------------------------------------
/^LIBS_SYSTEM *=/s!= *!= -lxext -lsys!

View File

@ -1,3 +1,8 @@
2010-05-11 Glenn Morris <rgm@gnu.org>
* Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
* s/msdos.h (MSDOS_LIBS_SYSTEM): Remove.
2010-05-10 Eli Zaretskii <eliz@gnu.org>
* xdisp.c (init_iterator): Don't turn on bidi reordering in

View File

@ -322,7 +322,6 @@ LD=ld
#endif
#ifdef MSDOS
LIBS_SYSTEM = MSDOS_LIBS_SYSTEM
#ifdef HAVE_X_WINDOWS
MSDOS_OBJ = dosfns.o msdos.o
#else

View File

@ -140,9 +140,7 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */
commentary below, in the non-X branch. The 140KB number was
measured on GNU/Linux and on MS-WIndows. */
#define SYSTEM_PURESIZE_EXTRA (-170000+140000)
#define MSDOS_LIBS_SYSTEM -lxext -lsys
#else
#define MSDOS_LIBS_SYSTEM
/* We need a little extra space, see ../../lisp/loadup.el.
As of 20091024, DOS-specific files use up 62KB of pure space. But
overall, we end up wasting 130KB of pure space, because