1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00
Commit Graph

189 Commits

Author SHA1 Message Date
Andrew Innes
f80e3dc455 Leave a space before >> only when there is a
preceding digit.  Add a comment about the importance of this.
2001-02-03 18:23:07 +00:00
Eli Zaretskii
bf95665f91 Move note [4] to the no-sh column. 2001-02-01 09:54:43 +00:00
Eli Zaretskii
1194084946 Use "rm -f" instead of "del /f", as the latter
is not supported by Windows 9X's COMMAND.COM.
2001-02-01 09:52:05 +00:00
Eli Zaretskii
dbd98b197f *** empty log message *** 2001-01-31 08:32:22 +00:00
Eli Zaretskii
28e164dd06 Make sure redirection is preceeded by a blank, to
avoid problems with "1>>foo" when CMD.EXE is the shell, which eats
up the "1" part.  From Rob Giardina <rob@criticalpointsoftware.com>.
2001-01-31 08:21:55 +00:00
Eli Zaretskii
c8eca71922 Don't copy lisp/Makefile, it doesn't exist; copy
lisp/Makefile.in instead.  Use "rm -f" where more than one file
needs to be deleted, since command.com in Windows 9X doesn't grok
more than one argument.
2001-01-30 13:45:05 +00:00
Eli Zaretskii
4bcec9a2c7 Copy the table of tested combinations of development
tools from confuigure.bat.  Add suggestion to install Bash on
Windows 9X.
2001-01-30 13:43:00 +00:00
Andrew Innes
daae70def3 (cleanall-other-dirs-nmake):
(cleanall-other-dirs-gmake): New targets.
(cleanall): Invoke them.
2001-01-24 12:31:07 +00:00
Andrew Innes
755b45ce47 *** empty log message *** 2001-01-19 14:56:24 +00:00
Andrew Innes
5488afcc56 (env_vars): Add a version-independent site-lisp
directory to EMACSLOADPATH, after the version dependent one.
2001-01-19 14:55:29 +00:00
Andrew Innes
0dac692454 *** empty log message *** 2001-01-06 21:38:18 +00:00
Andrew Innes
5f3c35e6c9 Update info about compilers. 2001-01-06 21:19:03 +00:00
Andrew Innes
aef625b1a3 Use $(MAKETYPE) instead of $(SHELLTYPE) to
select correct rule for invoking make in another directory.  Amend
rules accordingly.
(clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb.
2001-01-06 21:18:42 +00:00
Andrew Innes
6da21b33f5 (EMACS_ICON_PATH): Delete definition.
(COMPILER_TEMP_FILES): New definition.
(MAKETYPE): New definition.
2001-01-06 21:18:05 +00:00
Andrew Innes
df6c4c2b83 (EMACS_ICON_PATH): Delete definition. 2001-01-06 21:16:37 +00:00
Andrew Innes
7389a35305 Be careful not to add trailing spaces when
outputting to config.settings.
2001-01-06 21:16:12 +00:00
Andrew Innes
13d6a61c28 *** empty log message *** 2001-01-02 22:57:41 +00:00
Andrew Innes
f82f26babc (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather
than the function.
2001-01-02 22:41:07 +00:00
Andrew Innes
9c543fbf18 *** empty log message *** 2000-12-17 23:16:42 +00:00
Andrew Innes
605e284f5b (install): Copy directories to the correct
places.
(real_install): Remove obsolete target.
2000-12-17 23:10:02 +00:00
Andrew Innes
4ee87dbb3d *** empty log message *** 2000-12-06 15:54:45 +00:00
Andrew Innes
46f0206a5f (SETLOADPATH): Set EMACSLOADPATH to an absolute directory,
relative to $(CURDIR).
2000-12-06 15:01:54 +00:00
Andrew Innes
a62e863522 (CURDIR): New define. 2000-12-06 14:55:40 +00:00
Andrew Innes
4e8b894ce4 *** empty log message *** 2000-12-06 13:43:00 +00:00
Andrew Innes
8cba0ed749 (NEW_CYGWIN): New define.
(DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20,
so we need to adjust how we escape embedded quotes.
2000-12-06 13:40:28 +00:00
Jason Rumney
48b2176212 *** empty log message *** 2000-11-25 19:20:31 +00:00
Jason Rumney
7c98e712b1 Enable conservative stack marking. 2000-11-25 19:18:49 +00:00
Andrew Innes
f7e383f095 (recompile): New target to recompile lisp
directory.
(recompile-CMD, recompile-SH): New support targets.
2000-10-17 09:13:06 +00:00
Gerd Moellmann
6567e9b550 *** empty log message *** 2000-09-25 15:42:25 +00:00
Jason Rumney
acc311da84 Add definition of NO_RETURN 2000-09-24 11:12:04 +00:00
Andrew Innes
5eedab4dbc *** empty log message *** 2000-09-17 21:00:54 +00:00
Andrew Innes
9e6fd35da9 Revert to Unix line endings. 2000-09-17 21:00:02 +00:00
Andrew Innes
fe83b953b1 *** empty log message *** 2000-09-14 22:00:54 +00:00
Andrew Innes
7bbaaeddf0 Revert to Unix line endings. 2000-09-14 21:59:59 +00:00
Andrew Innes
3021e8160b *** empty log message *** 2000-09-14 21:51:49 +00:00
Andrew Innes
5aa31fa6af Standardize indentation somewhat.
Add bootstrap support.
Pass $(MFLAGS) when invoking make recursively.
Add shell-specific variants of top-level targets that invoke make
recursively in other directories, and add necessary computed
dependencies.
2000-09-14 21:51:16 +00:00
Andrew Innes
12563abbfa (SHELLTYPE): New define. 2000-09-14 21:45:45 +00:00
Andrew Innes
54f28d5fbc (SHELLTYPE): New define.
(SETLOADPATH): New define.
2000-09-14 21:45:18 +00:00
Andrew Innes
de324d883e Change to DOS line endings.
Simplify the generation of makefiles (don't need to generate
various top-level targets that invoke make in other directories).
2000-09-14 21:40:59 +00:00
Andrew Innes
17d4e22cca Add note about expected error messages when configure
is run.
2000-09-14 21:37:44 +00:00
Andrew Innes
f8803e9783 *** empty log message *** 2000-09-03 22:35:14 +00:00
Andrew Innes
96f492752e Change to DOS line endings. 2000-09-03 22:30:19 +00:00
Andrew Innes
44ef7cf637 *** empty log message *** 2000-09-03 17:51:29 +00:00
Andrew Innes
9a6f5b63a3 Change to DOS line endings. 2000-09-03 17:47:54 +00:00
Andrew Innes
c1174479c2 *** empty log message *** 2000-09-03 17:46:22 +00:00
Andrew Innes
a1375c9fa7 (_ANONYMOUS_UNION) [__GNUC__]: New define.
(_ANONYMOUS_STRUCT) [__GNUC__]: New define.
2000-09-03 17:39:34 +00:00
Andrew Innes
ab252cf95d (CFLAGS): No need for -D_ANONYMOUS_UNION
-D_ANONYMOUS_STRUCT on compile line.
(EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK.
(ARCH_CFLAGS): Change optimization flags to -O2.
(FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
(ARGQUOTE, DQUOTE): New defines.
2000-09-03 17:37:09 +00:00
Andrew Innes
32bc732bed (CFLAGS): No need for -D_ANONYMOUS_UNION
-D_ANONYMOUS_STRUCT on compile line.
(FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
(ARGQUOTE, DQUOTE): New defines.
2000-09-03 17:36:34 +00:00
Andrew Innes
af9ba8ad6c *** empty log message *** 2000-08-30 12:57:13 +00:00
Andrew Innes
280d77218f New file. 2000-08-24 11:05:18 +00:00