1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-13 09:32:47 +00:00
Commit Graph

216 Commits

Author SHA1 Message Date
Jason Rumney
0ac7bf6c34 (WinMain): Add quotes around executable name. 2001-06-20 22:40:29 +00:00
Andrew Innes
ec57454f95 *** empty log message *** 2001-06-01 13:46:18 +00:00
Andrew Innes
6dcb51ccd6 (sh_output): Don't use $(warning ...) to output
messages, since that is not supported by GNU make 3.77.
2001-06-01 13:18:27 +00:00
Jason Rumney
263f71348d Clarify that building with MSVC requires nmake. 2001-05-24 21:23:05 +00:00
Andrew Innes
fbdbf318c5 (NEW_CYGWIN): Output message about spurious error
message that is to be ignored.
2001-05-17 12:44:17 +00:00
Andrew Innes
4b994b8418 Add copyright notice. 2001-05-13 21:54:56 +00:00
Eli Zaretskii
2a482fd745 Remove the entry for the 19.34 release. RMS says it was done on a branch. 2001-05-11 09:10:48 +00:00
Gerd Moellmann
3e057f36a0 Remove log entries for 20.5 .. 20.7. 2001-05-09 09:50:49 +00:00
Eli Zaretskii
e8918aee02 *** empty log message *** 2001-05-04 17:50:11 +00:00
Andrew Innes
90200fccb1 *** empty log message *** 2001-04-18 14:11:21 +00:00
Andrew Innes
039f725c72 (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in
the environment.
2001-04-18 14:07:15 +00:00
Andrew Innes
37ec3479c7 (SETLOADPATH): Remove definition.
(EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the
environment.
2001-04-18 14:06:55 +00:00
Eli Zaretskii
279b15d4cb Fix last change. 2001-04-01 08:03:41 +00:00
Eli Zaretskii
3905e71eb0 *** empty log message *** 2001-03-26 13:36:27 +00:00
Eli Zaretskii
4f22d5894b Make the checkw32api* labels be distinct in the first 8 characters. 2001-03-26 13:35:21 +00:00
Andrew Innes
0f6465a643 (DEBUG_LINK): New macro.
(LINK_FLAGS): Use it.
2001-03-18 16:56:08 +00:00
Andrew Innes
2afff93ade (get_next_token): Fix indefinite loop bug scanning
escaped quotes.
2001-03-18 16:54:35 +00:00
Andrew Innes
315746ccde Add --ldflags to configure line for building with
recent versions of Cygwin GCC.
2001-03-06 13:43:43 +00:00
Eli Zaretskii
ff432558a6 Use correct options when compiling a test program with Cygwin.
From David Ponce <dponce@voila.fr>.
2001-03-05 15:22:26 +00:00
Andrew Innes
425de3869d *** empty log message *** 2001-02-24 22:12:00 +00:00
Andrew Innes
2821d96751 Update copyright notice. 2001-02-24 22:01:57 +00:00
Andrew Innes
41eca17b1d Add copyright notice. 2001-02-24 22:00:47 +00:00
Andrew Innes
193fba8770 *** empty log message *** 2001-02-05 16:59:20 +00:00
Andrew Innes
277277b7eb (THISDIR): New definition. 2001-02-05 16:55:05 +00:00
Andrew Innes
350d71b30e *** empty log message *** 2001-02-03 18:27:42 +00:00
Andrew Innes
6d76a6039e (Trouble-shooting): Add note about need to specify extra
compiler flags with recent Cygwin ports of gcc.
2001-02-03 18:24:14 +00:00
Andrew Innes
d37769905b Replace outdated information. 2001-02-03 18:23:30 +00:00
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