Glenn Morris
5a903aa9e0
Define some variables to hold configure's output, for clarity.
...
* src/Makefile.in (C_SWITCH_X_SYSTEM, C_SWITCH_X_SITE, LIB_STANDARD)
(LIB_MATH, FONTCONFIG_CFLAGS, FONTCONFIG_LIBS, FREETYPE_CFLAGS)
(FREETYPE_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS, M17N_FLT_CFLAGS)
(M17N_FLT_LIBS, GNU_OBJC_CFLAGS, GNUSTEP_SYSTEM_LIBRARIES, LIBGPM)
(LIBRESOLV, UNEXEC_OBJ): For clarity, define variables to hold
the values output be configure.
(ALL_CFLAGS, obj, LIBES, temacs${EXEEXT}): Use the above variables.
* msdos/sed1v2.inp (C_SWITCH_X_SYSTEM, C_SWITCH_X_SITE, LIB_STANDARD)
(FONTCONFIG_CFLAGS, FONTCONFIG_LIBS, FREETYPE_CFLAGS, FREETYPE_LIBS)
(LIBOTF_CFLAGS, LIBOTF_LIBS, M17N_FLT_CFLAGS, M17N_FLT_LIBS)
(GNU_OBJC_CFLAGS, GNUSTEP_SYSTEM_LIBRARIES, LIBRESOLV, LIBGPM):
Edit to empty,
(LIB_MATH): Edit to -lm.
(UNEXEC_OBJ): Edit to unexec.o.
2010-05-12 19:50:20 -07:00
Glenn Morris
44b031a6b0
Remove unused output variable LIB_SRC_EXTRA_INSTALLABLES.
...
* configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
* lib-src/Makefile.in (INSTALLABLES): Remove @LIB_SRC_EXTRA_INSTALLABLES@.
* msdos/sed3v2.inp (INSTALLABLES): No more @LIB_SRC_EXTRA_INSTALLABLES@.
2010-05-11 20:06:50 -07:00
Glenn Morris
1a0d7c0688
Move LIB_GCC from cpp to configure.
...
* configure.in (LIB_GCC): New output variable.
* src/Makefile.in (LIB_GCC): Set using configure, not cpp.
(GNULIB_VAR) [!ORDINARY_LINK]: Always set to $LIB_GCC.
* src/m/arm.h (LIB_GCC) [GNU_LINUX]:
* src/s/cygwin.h (LIB_GCC):
* src/s/freebsd.h (LIB_GCC):
* src/s/gnu-linux.h (LIB_GCC):
* src/s/msdos.h (LIB_GCC):
* src/s/netbsd.h (LIB_GCC):
Move to configure.
* msdos/sed1v2.inp (LIB_GCC): Edit to -Lgcc.
2010-05-11 20:01:16 -07:00
Glenn Morris
acddf8aec7
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.
2010-05-10 19:51:08 -07:00
Glenn Morris
97efb62959
Move LIBS_SYSTEM from cpp to configure.
...
* configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
* lib-src/Makefile.in (LIBS_SYSTEM) [!MSDOS]: Set with configure, not cpp.
(LIBS_SYSTEM) [MSDOS]: Use MSDOS_LIBS_SYSTEM.
(NOT_C_CODE): Remove, no longer used.
(config.h) [!MSDOS]: No longer include.
(LOADLIBES): Use LIBS_SYSTEM as a variable.
* src/Makefile.in (LIBS_SYSTEM): Set using configure, not cpp.
(LIBS_SYSTEM) [MSDOS]: Reset with MSDOS_LIBS_SYSTEM.
(LIBES): Use LIBS_SYSTEM as a variable.
* src/s/msdos.h (LIBS_SYSTEM): Rename to MSDOS_LIBS_SYSTEM. Always define.
* src/s/aix4-2.h (LIBS_SYSTEM):
* src/s/freebsd.h (LIBS_SYSTEM):
* src/s/hpux10-20.h (LIBS_SYSTEM):
* src/s/sol2-6.h (LIBS_SYSTEM):
* src/s/unixware.h (LIBS_SYSTEM):
Move to configure.
* msdos/sed1v2.inp, msdos/sed3v2.inp (LIBS_SYSTEM): Edit to empty.
2010-05-09 19:16:09 -07:00
Glenn Morris
7490175bc3
Move MAIL_USE_FLOCK, MAIL_USE_LOCKF, BLESSMAIL_TARGET from cpp to configure.
...
* configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
(BLESSMAIL_TARGET): New output variable.
* lib-src/Makefile.in (BLESSMAIL_TARGET): Set with configure, not cpp.
* src/s/aix4-2.h (MAIL_USE_LOCKF):
* src/s/bsd-common.h (MAIL_USE_FLOCK):
* src/s/darwin.h (MAIL_USE_FLOCK):
* src/s/gnu-linux.h (MAIL_USE_FLOCK):
* src/s/irix6-5.h (MAIL_USE_FLOCK):
* src/s/template.h (MAIL_USE_FLOCK):
Move to configure.
* src/s/ms-w32.h: Comment.
* msdos/sed3v2.inp (BLESSMAIL_TARGET): Edit to need-blessmail.
2010-05-09 17:07:47 -07:00
Stefan Monnier
0235128c15
Merge from emacs-23
2010-05-08 14:47:07 -04:00
Chong Yidong
61a808e819
Bump version to 23.2.
2010-05-07 23:28:26 -04:00
Glenn Morris
40c178792e
Move TERMINFO, LIBS_TERMCAP from cpp to configure.
...
* configure.in (HAVE_LIBNCURSES): New local variable.
(TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
replacing cpp in src/s/*.h and src/Makefile.in.
* src/Makefile.in (LIBS_TERMCAP): Set with configure, not cpp.
(TERMCAP_OBJ): New, set by configure, replacing termcapobj.
(termcapobj): Replace with TERMCAP_OBJ.
(otherobj): Use $TERMCAP_OBJ instead of $termcapobj.
(LIBES): Use LIBS_TERMCAP as a variable.
* src/s/freebsd.h (osreldate.h): No longer include, since this file
does not use __FreeBSD_version any more.
* srs/s/aix4-2.h (TERMINFO):
* srs/s/cygwin.h (TERMINFO):
* srs/s/darwin.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
* srs/s/freebsd.h (TERMINFO, LIBS_TERMCAP):
* srs/s/gnu-linux.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
* srs/s/gnu.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
* srs/s/hpux10-20.h (TERMINFO, LIBS_TERMCAP):
* srs/s/irix6-5.h (TERMINFO):
* srs/s/netbsd.h (LIBS_TERMCAP):
* srs/s/openbsd.h (TERMINFO, LIBS_TERMCAP):
* srs/s/sol2-6.h (LIBS_TERMCAP) [!TERMINFO]:
* srs/s/usg5-4.h (TERMINFO):
Move to configure.
* msdos/sed1v2.inp (LIBS_TERMCAP): Edit to empty.
(TERMCAP_OBJ): Edit to tparam.o.
* admin/CPP-DEFINES (LIBS_TERMCAP, TERMINFO): Remove.
2010-05-07 19:05:24 -07:00
Eli Zaretskii
9fdec8bc72
Fix MS-DOS configuring in lib-src/ and src/, broken by autoconfiscation.
...
src/Makefile.in: Don't use Make-style comments past the "start of
cpp stuff" line.
(MSDOS_OBJ): Remove xmenu.o (it is now defined by XMENU_OBJ).
src/s/msdos.h (UNEXEC): Don't define (@unexec@ in Makefile.in is
edited directly by msdos/sed1v2.inp).
msdos/sed3v2.inp (C_SWITCH_MACHINE): Edit to empty.
msdos/sed1v2.inp (@LIB_MATH@): Edit to -lm.
(C_SWITCH_MACHINE, C_SWITCH_SYSTEM, LD_SWITCH_SYSTEM_TEMACS)
(LD_SWITCH_X_SITE_AUX, LD_SWITCH_X_SITE_AUX_RPATH)
(LD_SWITCH_SYSTEM, LD_SWITCH_SYSTEM_EXTRA, LIBTIFF, LIBJPEG)
(LIBPNG, LIBGIF, LIBXPM, XFT_LIBS, DBUS_CFLAGS, DBUS_LIBS)
(DBUS_OBJ, GCONF_CFLAGS, GCONF_LIBS, GTK_OBJ, LIBXMU, LIBXSM)
(LIBXTR6, XOBJ, TOOLKIT_LIBW, WIDGET_OBJ, CYGWIN_OBJ, NS_OBJ)
(NS_SUPPORT, LIBSELINUX_LIBS, START_FILES): Edit to empty.
(XMENU_OBJ): Edit to xmenu.o.
(FONT_OBJ): Edit to value used for X on Unix.
(PRE_ALLOC_OBJ): Edit to lastfile.o.
(POST_ALLOC_OBJ): Edit to $(vmlimitobj).
(@unexec@): Edit to unexec.o.
2010-05-07 15:57:24 +03:00
Glenn Morris
e3cf0cded8
Remove some unused Makefile.in variables.
...
* configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
* Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
(LD_SWITCH_X_SITE): Remove unused variables.
* lwlib/Makefile.in (CPP, LN_S, TOP, LN): Remove unused variables.
* oldXMenu/Makefile.in (CPP, LN_S, AS, LD, MV, LS, LINTOPTS, LINTLIBFLAG, MAKE)
(STD_DEFINES, CDEBUGFLAGS, RM_CMD): Remove unused variables.
* src/Makefile.in (CPP, LN_S): Remove unused variables.
* msdos/sed1v2.inp, msdos/sed5x.inp: Remove LN_S, unused.
2010-05-06 00:24:18 -07:00
Stefan Monnier
2912322b80
Merge from emacs-23
2010-04-02 21:54:24 -04:00
Juanma Barranquero
194d44e717
Fix typos in ChangeLogs.
2010-04-02 04:22:17 +02:00
Eli Zaretskii
ed68db4d2c
Remove support for DJGPP v1.x (bug#5813).
...
src/:
w16select.c (__dpmi_int): Remove DJGPP v1.x compatibility.
s/msdos.h:
unexec.c (make_hdr, copy_text_and_data):
sysdep.c (wait_for_termination, sys_subshell):
msdos.c (dos_set_window_size, msdos_set_cursor_shape)
(IT_set_terminal_modes):
(__write, _rename, gethostname, gettimeofday, alarm, fork, kill)
(dos_ttraw, dos_ttcooked, run_msdos_command, abort): Remove DJGPP
v1.x code and tests of the value of __DJGPP__.
(nice, pause, sigsetmask, sigblock): Remove DJGPP v1.x
compatibility code.
lread.c:
gmalloc.c (memalign):
fileio.c (Fcopy_file, check_executable, Ffile_modes):
emacs.c (main):
dosfns.c (init_dosfns):
dired.c (file_name_completion_stat): Remove tests of __DJGPP__.
msdos/:
sed3.inp:
sed2.inp:
sed1.inp:
mainmake: Files removed.
2010-04-01 17:59:46 +03:00
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
Chong Yidong
288f9fc069
Bump version to 24.0.50.
2010-03-10 10:17:13 -05:00
Eli Zaretskii
e413818176
INSTALL: Remove a CVS-specific note. Update for latest versions of Windows.
2010-02-19 15:26:50 +02: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
66205aea4b
(bootstrap): Ensure enough environment space will be available
...
to run config.bat.
2009-09-11 10:01:21 +00:00
Eli Zaretskii
a6e656a475
(buildobj.h): Replace "echo" with "djecho".
2009-08-27 19:03:20 +00:00
Eli Zaretskii
573794ef42
Mention probloems with long directory names under `nextstep'.
2009-07-25 07:45:10 +00:00
Chong Yidong
7024347875
Add "Branch for 23.1" ChangeLog entry.
2009-06-21 14:35:26 +00:00
Eli Zaretskii
dfec862219
(src) <gdb.ini>: Don't replace the line with x_error_quitter; instead
...
append "set environment NAME" to the end.
Set NAME and USERNAME in the environment to the same value.
2009-04-14 10:37:59 +00:00
Eli Zaretskii
2a1573ff0d
*** empty log message ***
2009-02-28 14:31:20 +00:00
Eli Zaretskii
291f6a31ae
(boot): Don't require b-emacs.exe if not building out of CVS.
2009-02-28 14:01:41 +00:00
Eli Zaretskii
d7d1c408fe
Mention the MS-DOS section in etc/PROBLEMS.
2009-02-24 19:11:49 +00:00
Glenn Morris
f5d0ac07d6
Add 2009 to copyright years.
2009-01-08 03:38:51 +00:00
Miles Bader
e3ca2c4b7e
Add arch tagline
2008-12-21 01:53:52 +00:00
Eli Zaretskii
bd448b7a32
Document the problems on Windows Vista and the --with-system-malloc option
...
to config.bat.
2008-12-19 11:02:42 +00:00
Eli Zaretskii
fc64a6b99a
New file.
2008-12-19 11:02:02 +00:00
Juanma Barranquero
b97439ce37
Fix typos.
2008-12-02 16:40:31 +00:00
Eli Zaretskii
0c123bd12e
(misc): New target.
...
(all, info): Depend on `misc'.
2008-11-21 15:55:58 +00:00
Eli Zaretskii
aae2a498d7
(src): Move removal of src/bootlisp after recursing into `lisp'.
2008-11-15 20:29:14 +00:00
Eli Zaretskii
ead9233b5e
Update the list of utilities needed by lisp/Makefile and for bootstrapping.
2008-11-15 15:41:56 +00:00
Eli Zaretskii
7d41f451a8
Edit out Unixy shell features in maintainer-clean targets in doc/ Makefiles.
2008-11-15 15:38:56 +00:00
Eli Zaretskii
2675bfef2e
Don't convert *.el files to Unix text format, and don't copy ldefs-boot.el
...
into loaddefs.el.
2008-11-15 15:38:14 +00:00
Eli Zaretskii
164fd5f8ea
Create bootlisp when bootstrapping b-emacs.exe.
2008-11-15 15:37:41 +00:00
Eli Zaretskii
2a2ec64942
Make bootstrap work again:
...
(boot): New variable.
(src): Pass $(boot) to sub-Make. Remove src/bootlisp. If src/bootlisp
exists after running Make, run Make in `lisp' as well.
(clean, mostlyclean): Remove bogus repeated clean in the top-level directory.
(info, bootstrap-clean): New targets.
(bootstrap): Depend only on bootstrap-clean. Commands modified to be
equivalent to top-level Makefile.in.
(bootfast, bootstrap-lisp-1, bootstrap-lisp, bootstrap-src)
(bootstrap-clean-before, bootstrap-clean-after): Targets deleted.
(clean, mostlyclean, distclean, maintainer-clean, extraclean): Don't recurse
into lwlib and oldXMenu.
2008-11-15 15:37:10 +00:00
Eli Zaretskii
71a692011c
Update the list of utilities needed by lisp/Makefile and for bootstrapping.
2008-11-15 10:24:08 +00:00
Eli Zaretskii
ac97579cb1
Fix a typo.
2008-11-09 21:20:34 +00:00
Eli Zaretskii
cafb950452
New file, with build instructions moved from the top-level INSTALL.
2008-11-08 19:24:59 +00:00
Eli Zaretskii
37f366968d
Fix last change: use $(CURDIR).
2008-10-14 17:05:01 +00:00
Eli Zaretskii
e16acc2c37
(lisp): Set to absolute file name of current directory, not to ".", to have
...
it on EMACSLOADPATH when we descend into subdirectories.
2008-10-14 09:24:05 +00:00
Juanma Barranquero
10d1d0af5f
Fix typos.
2008-09-24 01:16:16 +00:00
Eli Zaretskii
293a3986b8
*** empty log message ***
2008-08-23 17:07:57 +00:00
Eli Zaretskii
6ac0a19e95
Remove definition of USER_FULL_NAME (now defined on src/s/msdos.h).
2008-08-23 17:06:03 +00:00
Eli Zaretskii
2660da7c9a
Edit out @LIB_SRC_EXTRA_INSTALLABLES@.
2008-08-23 17:05: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
Eli Zaretskii
d945fac60b
(emacs lispref lispintro): Chdir under doc/.
...
(emacs): Renamed from `man', to reflect changes in doc directory structure.
All callers changed.
(clean mostlyclean distclean maintainer-clean extraclean): Chdir into doc/
for manuals. Add misc subdirectory.
(src): Pass an empty BOOTSTRAPEMACS variable to src/Makefile.
(install): Don't stubify/stubedit emacs.exe, this is now done by src/Makefile.
2008-08-23 17:02:59 +00:00
Juanma Barranquero
69587bba21
Fix typos.
2008-06-25 14:05:38 +00:00
Glenn Morris
ff0cdfb99b
Switch to recommended form of GPLv3 permissions notice.
2008-05-09 04:44:29 +00:00
Kenichi Handa
880820fe87
(Fdefine_charset_internal): Change the way of
...
registering charsets in Vcharset_order_list.
(syms_of_charset): Make the charset `eight-bit' supplementary.
2008-03-27 11:36:43 +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
Juanma Barranquero
8de5628cc9
*** empty log message ***
2008-01-07 14:50:58 +00:00
Glenn Morris
b9b14d130b
Add 2008 to copyright years.
2008-01-07 08:31:52 +00:00
Eli Zaretskii
57df543ca0
Update comment to reflect doc directory structure.
2007-10-05 09:37:09 +00:00
Eli Zaretskii
478e48df51
(RSVG_LIBS, RSVG_CFLAGS): Edit out.
2007-10-05 09:34:24 +00:00
Glenn Morris
ae560473ca
Switch license to GPLv3 or later.
2007-07-25 07:43:45 +00:00
Glenn Morris
cacc7b5131
Switch license to GPLv3 or later.
2007-07-25 07:11:02 +00:00
Glenn Morris
5c65bae26d
Change to GPLv3.
2007-07-25 07:00:38 +00:00
Glenn Morris
4a9f99bdfb
Switch license to GPLv3 or later.
2007-07-25 05:08:27 +00:00
Chong Yidong
537a062fd7
Version 22.1 released.
2007-06-02 11:11:31 +00:00
Glenn Morris
2f969cd490
Add copyright and license notices.
2007-02-11 00:47:36 +00:00
Glenn Morris
7f6d64f85a
Switch to standard GPL text for license.
2007-02-11 00:15:39 +00:00
Glenn Morris
f5f4e20ddd
*** empty log message ***
2007-02-10 22:41:35 +00:00
Glenn Morris
ef0dca0c41
Remove file since it is no longer needed (see README for details)
2007-02-10 22:25:03 +00:00
Glenn Morris
95fe4534e0
Relicense under GPL - see README file for details.
2007-02-10 22:23:31 +00:00
Glenn Morris
dd7203c769
Add notes on the legal status of is_exec.c and sigaction.c.
2007-02-10 22:20:57 +00:00
Juanma Barranquero
5e1a6e3270
Fix typos.
2007-02-02 16:42:31 +00:00
Glenn Morris
1a012e8017
Revert previous change while we figure out if it was correct.
2007-01-28 21:40:03 +00:00
Glenn Morris
b0846b12df
Remove Zaretskii copyright, based on email discussion with
...
eliz@gnu.org , dj@delorie.com , rms@gnu.org (2007/1, "Copyright years").
2007-01-28 01:19:57 +00:00
Glenn Morris
222b4fde76
Initial version.
2007-01-28 01:13:25 +00:00
Glenn Morris
4e6835dbc4
Add 2007 to copyright years.
2007-01-21 04:57:37 +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
818f5ca242
Remove -unix from coding: tags.
2006-12-22 23:37:42 +00:00
Eli Zaretskii
2231193892
*** empty log message ***
2006-12-04 20:39:22 +00:00
Eli Zaretskii
0d9ab48d66
(HAVE_SYNC): Define.
2006-12-04 20:34:53 +00:00
Eli Zaretskii
69a6e74da9
*** empty log message ***
2006-11-25 14:33:34 +00:00
Eli Zaretskii
e8eaafa232
(CFLAGS_SOUND): Edit out.
2006-11-25 14:32:48 +00:00
Juanma Barranquero
33462dfacd
Add "add-log-time-zone-rule: t" to Local Variables section.
2006-11-10 00:21:57 +00:00
Jay Belanger
45a2056c56
*** empty log message ***
2006-09-15 17:47:12 +00:00
Jay Belanger
f7e4411110
Replace "Library Public License" by "Lesser Public License" throughout.
2006-09-15 17:19:05 +00:00
Thien-Thi Nguyen
ceb4c4d303
Update years in copyright notice; nfc.
2006-02-06 12:31:40 +00:00
Eli Zaretskii
67b8391b14
*** empty log message ***
2005-09-10 11:39:01 +00:00
Eli Zaretskii
a1aeca018d
(GETOPT_H, GETOPTOBJS): Define to use getopt.h, getopt.o and getopt1.o.
2005-09-10 11:15:41 +00:00
Thien-Thi Nguyen
b65d8176e6
Update years in copyright notice; nfc.
2005-08-10 15:40:54 +00:00
Lute Kamstra
a0ec7a4a17
*** empty log message ***
2005-07-05 12:22:32 +00:00
Lute Kamstra
4fc5845fe8
Update FSF's address.
2005-07-04 16:49:24 +00:00
Lute Kamstra
83c4f946f7
Update FSF's address.
2005-07-02 15:46:32 +00:00
Eli Zaretskii
3819d3301e
Revert last change.
2004-11-10 20:12:29 +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
997a1ae5fb
(bootstrap-clean): Copy ldefs-boot.el onto
...
loaddefs.el, unless the latter exists and is newer.
2004-11-08 14:05:40 +00:00
Eli Zaretskii
406865b8a4
(mostlyclean, distclean, maintainer-clean)
...
(extraclean, bootfast): New targets.
(top_distclean): New macro, used by distclean, maintainer-clean,
and extraclean.
(.PHONY): Add bootfast.
(bootstrap): Make bootstrap-after in lisp.
(bootstrap-clean-before): Clean in man, lispref, and lispintro as
well.
2004-11-08 13:56:55 +00:00
Eli Zaretskii
3f8ea68c98
*** empty log message ***
2004-11-08 13:02:27 +00:00
Eli Zaretskii
cc9308341d
(HAVE_BZERO): Define for GCC v3.x and later.
2004-11-08 13:01:50 +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
Eli Zaretskii
ab5a4a32ca
*** empty log message ***
2004-08-14 12:22:40 +00:00
Eli Zaretskii
1daf07a2cc
Remove the lines which say "<TAB>@true", to avoid
...
running a Unixy shell and to reincarnate the "Nothing to be done
for `all'" message from Make when there's nothing to be done.
2004-08-14 11:33:02 +00:00
Eli Zaretskii
cdc9b8452c
*** empty log message ***
2004-05-11 09:48:14 +00:00
Eli Zaretskii
ad89ba2bf7
(distclean): Remove stamp-subdirs.
...
(SUBDIRS): Don't use `touch', use `djecho' instead.
(changed.tit, changed.misc): Use `djecho' instead of `echo'.
2004-05-11 08:52:09 +00:00
Eli Zaretskii
05fdbeb881
*** empty log message ***
2004-05-02 18:55:11 +00:00
Eli Zaretskii
3b4346a502
(HAVE_GETRUSAGE): Define.
2004-05-02 18:54:24 +00:00
Eli Zaretskii
a6eeaa811c
Update my email address.
2004-04-04 21:38:56 +00:00
Eli Zaretskii
2f809aae10
*** empty log message ***
2003-09-22 16:41:16 +00:00
Eli Zaretskii
ca39f6c1b4
(man lispref lispintro): Specify an explicit target `info',
...
like Makefile.in does.
2003-09-22 16:40:42 +00:00
Miles Bader
ab5796a9f9
Add arch taglines
2003-09-01 15:45:59 +00:00
Miles Bader
1042fe8c8c
*** empty log message ***
2003-09-01 15:45:46 +00:00
Eli Zaretskii
bbc2d90e8c
(srcdir): Use "command.com /c cd" to produce an
...
absolute file name of the current working directory. This avoids
the warning from Make about circular dependencies.
2003-08-31 16:44:25 +00:00
Eli Zaretskii
d594756410
*** empty log message ***
2003-08-30 10:58:15 +00:00
Eli Zaretskii
58ca48d187
Set FNCASE=y for all targets in the lisp directory,
...
so that CVS etc. file names are filtered out of the list of
subdirectories.
2003-08-30 10:15:28 +00:00
Eli Zaretskii
a0b1873872
(elisp.dvi, index.texi): Replace Unix shell commands with equivalent
...
COMMAND.COM commands.
2003-08-28 14:08:55 +00:00
Eli Zaretskii
3d8714e792
*** empty log message ***
2003-08-24 15:11:24 +00:00
Eli Zaretskii
d627c203ee
(EXEEXT): Define to an empty string.
2003-08-24 15:10:52 +00:00
Eli Zaretskii
5459e42a3e
*** empty log message ***
2003-08-24 13:49:03 +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
8e1cc65f0e
(HAVE_DIFFTIME, HAVE_MEMCMP, HAVE_MEMMOVE, HAVE_SIZE_T): Define.
2003-08-24 12:36:41 +00:00
Juanma Barranquero
177c0ea743
Trailing whitespace deleted.
2003-02-04 14:56:31 +00:00
Eli Zaretskii
852eef401e
*** empty log message ***
2002-04-16 17:39:22 +00:00
Eli Zaretskii
a395d4a915
New file.
2002-04-16 17:37:04 +00:00
Eli Zaretskii
1393107200
Remove DJGPP v2.x stuff.
2002-04-16 17:36:19 +00:00
Eli Zaretskii
93fc6fbe45
*** empty log message ***
2002-03-27 14:59:06 +00:00
Eli Zaretskii
51a8ec55a9
<bootstrap-clean>: Make sure all *.el files have Unix EOLs, to
...
avoid overflowing pure storage while bootstrapping.
2002-03-27 14:42:54 +00:00
Eli Zaretskii
ab8a75de6b
*** empty log message ***
2002-03-20 18:11:40 +00:00
Eli Zaretskii
fae44638c7
(bootstrap-lisp): Pass an absolute file name as value of ${lisp}.
2002-03-20 17:48:13 +00:00
Eli Zaretskii
1af6e3a944
(bootstrap-lisp-1, bootstrap-lisp, bootstrap-src)
...
(bootstrap-clean-before, bootstrap-clean-after): Return to the
top-level directory after sub-make.
2002-03-20 17:37:50 +00:00
Eli Zaretskii
be52dc9036
Fix editing of the rule for ${libsrc}make-docfile.
2002-03-20 17:35:15 +00:00
Eli Zaretskii
b9c1fa2e75
(maybe_bootstrap): Fix last change.
2002-03-09 15:14:17 +00:00
Eli Zaretskii
124daeb8f1
(maybe_bootstrap): Fix the command that fails Make.
2002-03-09 15:08:52 +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
9cf57fc94f
(all): Depend on maybe_bootstrap.
2002-03-09 14:23:25 +00:00
Eli Zaretskii
f72a0a4abb
(maybe_bootstrap, bootstrap, bootstrap-lisp-1)
...
(bootstrap-lisp, bootstrap-src, bootstrap-clean-before)
(bootstrap-clean-after): New targets.
2002-03-09 14:09:14 +00:00
Eli Zaretskii
fcd2ab44d1
*** empty log message ***
2001-12-21 12:46:51 +00:00
Eli Zaretskii
b1039ed6d0
Delete _gdbinit in distclean target.
2001-12-21 12:39:25 +00:00
Pavel Janík
695386884d
Moved back.
2001-12-09 10:14:33 +00:00
Pavel Janík
72244db28e
*** empty log message ***
2001-12-09 10:12:55 +00:00
Eli Zaretskii
b0a63d7751
*** empty log message ***
2001-12-07 17:58:08 +00:00
Eli Zaretskii
96e3bdef7a
(HAVE_VFORK): Don't define: the fragment in sysdep.c
...
which needed it is gone.
2001-12-07 17:57:52 +00:00
Pavel Janík
0142178afa
*** empty log message ***
2001-11-29 17:44:17 +00:00
Pavel Janík
1d42cee4d0
Removed.
2001-11-29 17:37:03 +00:00
Eli Zaretskii
ac74199d87
*** empty log message ***
2001-11-24 11:29:23 +00:00
Eli Zaretskii
5d1927f87b
(SHELL): Comment away, for lispintro.
2001-11-24 10:37:52 +00:00
Eli Zaretskii
aae3cbdf8f
(lispintro): New target.
...
(all): Add lispintro.
2001-11-24 10:36:56 +00:00
Eli Zaretskii
5c32b7c56b
*** empty log message ***
2001-11-10 14:45:22 +00:00
Eli Zaretskii
db441627e7
(all): Add lispref.
...
(man lispref): Add lispref.
2001-11-10 14:06:33 +00:00
Eli Zaretskii
e1b234f456
(texinputdir): Add, for the lispref directory.
2001-11-10 14:06:08 +00:00
Gerd Moellmann
6aa97356aa
*** empty log message ***
2001-10-21 17:41:43 +00:00