diff options
| author | Eli Zaretskii | 2008-11-15 15:41:56 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-11-15 15:41:56 +0000 |
| commit | ead9233b5e5d5eaff0f2195e5886a2a0a9d822ef (patch) | |
| tree | 98188b665db49dc8d08bea478b7f0b87409ddebb | |
| parent | 7d41f451a8d02e09b6d35bf2f9cd1bd9cd2756e4 (diff) | |
| download | emacs-ead9233b5e5d5eaff0f2195e5886a2a0a9d822ef.tar.gz emacs-ead9233b5e5d5eaff0f2195e5886a2a0a9d822ef.zip | |
Update the list of utilities needed by lisp/Makefile and for bootstrapping.
| -rw-r--r-- | msdos/ChangeLog | 24 | ||||
| -rw-r--r-- | msdos/INSTALL | 5 |
2 files changed, 28 insertions, 1 deletions
diff --git a/msdos/ChangeLog b/msdos/ChangeLog index 32a1cd94292..795088dca19 100644 --- a/msdos/ChangeLog +++ b/msdos/ChangeLog | |||
| @@ -1,5 +1,29 @@ | |||
| 1 | 2008-11-15 Eli Zaretskii <eliz@gnu.org> | 1 | 2008-11-15 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | Make bootstrap work again: | ||
| 4 | |||
| 5 | * mainmake.v2 (boot): New variable. | ||
| 6 | (src): Pass $(boot) to sub-Make. Remove src/bootlisp. If | ||
| 7 | src/bootlisp exists after running Make, run Make in `lisp' as | ||
| 8 | well. | ||
| 9 | (clean, mostlyclean): Remove bogus repeated clean in the top-level | ||
| 10 | directory. | ||
| 11 | (info, bootstrap-clean): New targets. | ||
| 12 | (bootstrap): Depend only on bootstrap-clean. Commands modified to | ||
| 13 | be equivalent to top-level Makefile.in. | ||
| 14 | (bootfast, bootstrap-lisp-1, bootstrap-lisp, bootstrap-src) | ||
| 15 | (bootstrap-clean-before, bootstrap-clean-after): Targets deleted. | ||
| 16 | (clean, mostlyclean, distclean, maintainer-clean, extraclean): | ||
| 17 | Don't recurse into lwlib and oldXMenu. | ||
| 18 | |||
| 19 | * sed1v2.inp: Create bootlisp when bootstrapping b-emacs.exe. | ||
| 20 | |||
| 21 | * sedlisp.inp: Don't convert *.el files to Unix text format, and | ||
| 22 | don't copy ldefs-boot.el into loaddefs.el. | ||
| 23 | |||
| 24 | * sed6.inp: Edit out Unixy shell features in maintainer-clean | ||
| 25 | targets in doc/ Makefiles. | ||
| 26 | |||
| 3 | * INSTALL: Update the list of utilities needed by lisp/Makefile | 27 | * INSTALL: Update the list of utilities needed by lisp/Makefile |
| 4 | and for bootstrapping. | 28 | and for bootstrapping. |
| 5 | 29 | ||
diff --git a/msdos/INSTALL b/msdos/INSTALL index f9adb6606dd..4ba59aadaf4 100644 --- a/msdos/INSTALL +++ b/msdos/INSTALL | |||
| @@ -24,7 +24,10 @@ requires additional utilities: `find' (from Findutils), GNU `echo' and | |||
| 24 | need to run lisp/Makefile, as all the Lisp files are distributed in | 24 | need to run lisp/Makefile, as all the Lisp files are distributed in |
| 25 | byte-compiled form as well. As for bootstrapping, you will only need | 25 | byte-compiled form as well. As for bootstrapping, you will only need |
| 26 | that if you check-out development sources from the Emacs source | 26 | that if you check-out development sources from the Emacs source |
| 27 | repository. | 27 | repository. (Note: If you are checking out of CVS, use the -kb option |
| 28 | of the `checkout' and `update' commands, to preserve the original | ||
| 29 | Unix-style EOL format of the files. If some Lisp files are converted | ||
| 30 | to DOS format, the build might fail.) | ||
| 28 | 31 | ||
| 29 | If you are building the DJGPP version of Emacs on a DOS-like system | 32 | If you are building the DJGPP version of Emacs on a DOS-like system |
| 30 | which supports long file names (e.g. Windows 9X or Windows XP), you | 33 | which supports long file names (e.g. Windows 9X or Windows XP), you |