1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-20 10:23:57 +00:00
Commit Graph

35 Commits

Author SHA1 Message Date
Eli Zaretskii
2201e7e2be 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".
2010-03-27 13:49:18 +03:00
Glenn Morris
114f9c9679 Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
Eli Zaretskii
e2a1f10077 (OTHER_FILES): Edit to empty. 2009-09-17 18:02:58 +00:00
Eli Zaretskii
a6e656a475 (buildobj.h): Replace "echo" with "djecho". 2009-08-27 19:03:20 +00:00
Glenn Morris
f5d0ac07d6 Add 2009 to copyright years. 2009-01-08 03:38:51 +00:00
Eli Zaretskii
164fd5f8ea Create bootlisp when bootstrapping b-emacs.exe. 2008-11-15 15:37:41 +00:00
Eli Zaretskii
9a1d32e7a0 (version): Define to empty.
(ALL_CFLAGS, LIBES): Edit out @FOO@ stuff.
(EXEEXT): Define to .exe.  Edit "ln -f" into "cp -pf".  Edit "touch" into
"djecho $@ >", to avoid requiring touch.exe.
(b-emacs${EXEEXT}): Don't remove emacs.exe and temacs.exe.  Edit "`/bin/pwd`/"
into "./".  Stubify emacs after it is dumped, to produce emacs.exe.  Stubedit
temacs.exe to 1024K of stack, emacs.exe to 2048K, and b-emacs.exe to 3072K.
2008-08-23 17:04:11 +00:00
Miles Bader
59ce725a3b Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
2008-01-08 20:46:54 +00:00
Glenn Morris
b9b14d130b Add 2008 to copyright years. 2008-01-07 08:31:52 +00:00
Eli Zaretskii
478e48df51 (RSVG_LIBS, RSVG_CFLAGS): Edit out. 2007-10-05 09:34:24 +00:00
Glenn Morris
62eda0e2b1 Update copyright for years from Emacs 21 to present (mainly adding
2001).
2007-01-16 02:38:27 +00:00
Eli Zaretskii
e8eaafa232 (CFLAGS_SOUND): Edit out. 2006-11-25 14:32:48 +00:00
Thien-Thi Nguyen
ceb4c4d303 Update years in copyright notice; nfc. 2006-02-06 12:31:40 +00:00
Thien-Thi Nguyen
b65d8176e6 Update years in copyright notice; nfc. 2005-08-10 15:40:54 +00:00
Jan Djärv
ba68f95a29 * sed1v2.inp: Use djecho for buildobj.lst.
* sed1.inp: Ditto.
2004-11-09 08:18:05 +00:00
Eli Zaretskii
b0b6ad00ce (LC_ALL=C): Fix src/Makefile breakage caused by
recent (2004-09-24) changes in src/Makefile.in.
2004-10-06 15:46:19 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Eli Zaretskii
bd9be8a737 Remove src/emacs after producing b-emacs.exe. 2003-08-24 13:43:23 +00:00
Eli Zaretskii
b7cb1e1209 (EXEEXT): Define to an empty string. 2003-08-24 13:09:47 +00:00
Eli Zaretskii
be52dc9036 Fix editing of the rule for ${libsrc}make-docfile. 2002-03-20 17:35:15 +00:00
Eli Zaretskii
d5a6bceee0 Edit the mostlyclean target. 2002-03-09 14:57:10 +00:00
Eli Zaretskii
162deabeff Update copyright years. 2002-03-09 14:44:18 +00:00
Eli Zaretskii
8f331aa55c Edit the bootstrap-* targets. 2002-03-09 14:41:13 +00:00
Eli Zaretskii
b1039ed6d0 Delete _gdbinit in distclean target. 2001-12-21 12:39:25 +00:00
Eli Zaretskii
d7fcecc1e9 Add copyright notices for all files. README is a new file, mainly
as a place for copyright notice for the binary files.
2001-03-01 17:19:33 +00:00
Eli Zaretskii
1c00835fd9 Put getloadavg.o into LIBOBJS, not GETLOADAVG_LIBS. 2000-07-18 12:00:12 +00:00
Eli Zaretskii
c107c335ee Set LIBSOUND to an empty string. 2000-07-09 09:31:58 +00:00
Eli Zaretskii
b5095224f6 Set GETLOADAVG_LIBS to getloadavg.o in src/Makefile. 2000-06-25 10:16:52 +00:00
Dave Love
dd4e2b007a Add LIBS, LIBOBJS. 2000-04-14 12:43:52 +00:00
Eli Zaretskii
ba3a0c6dc6 sed2.inp (HAVE_TM_GMTOFF, HAVE_MBLEN): Define.
sed1v2.inp: Convert "LC_ALL=C ./temacs" to MS-DOS equivalent.
1999-11-18 16:56:16 +00:00
Eli Zaretskii
5066454ba9 Use -gcoff instead of -g in CFLAGS, for those who
have GCC configured by default to use stabs, which unexec.c
doesn't currently support.
1999-05-19 10:24:54 +00:00
Richard M. Stallman
27ffd10e62 Enlarge the stack size of temacs to 100KB. 1997-09-07 17:25:55 +00:00
Richard M. Stallman
f94f6c02a1 (CPPFLAGS, LDFLAGS): Edit to empty. 1997-08-11 00:18:52 +00:00
Richard M. Stallman
ad23b7e113 Remove `stamp-oldxmenu' dependency, so
MSDOS users won't need `touch' installed.
1997-07-13 20:49:06 +00:00
Richard M. Stallman
515dd7113c entered into RCS 1996-04-10 00:53:52 +00:00