diff options
| author | Eli Zaretskii | 2011-02-19 21:56:29 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2011-02-19 21:56:29 +0200 |
| commit | 615d868ee6add5d37db574d266f0d166c2f16bb8 (patch) | |
| tree | abf530e19e9273272afaa4064ffd74ea67857dd5 /msdos/ChangeLog | |
| parent | 67ab0163d67fbfeb41c37c8a259f27eeef965520 (diff) | |
| parent | 83627c032a6c07c15cc0434b23514f34d9583685 (diff) | |
| download | emacs-615d868ee6add5d37db574d266f0d166c2f16bb8.tar.gz emacs-615d868ee6add5d37db574d266f0d166c2f16bb8.zip | |
Adapt and fix the MS-DOS port due to gnulib imports.
msdos/depfiles.bat: New file.
msdos/sedlibmk.inp: New file.
msdos/sedlibcf.inp: New file.
msdos/sedleim.inp (RUN_EMACS): Rename from RUN-EMACS.
(BUILT_EMACS): Rename from BUILT-EMACS.
msdos/sed6.inp (MAKEINFO): Edit to "makeinfo".
(ENVADD): Adjust to MAKEINFO_OPTS.
(texinputdir): Don't edit.
msdos/sed3v2.inp (-DVERSION): Edit out.
(LOADLIBES): Don't edit to empty.
msdos/sed2v2.inp: Remove workaround for the "#if ! HAVE_MKTIME ||
BROKEN_MKTIME" stuff -- it's no longer in src/config.in.
(HAVE_ATTRIBUTE_ALIGNED, HAVE_C99_STRTOLD, HAVE_DECL_GETENV)
(HAVE__BOOL): Edit to 1.
(VERSION, inline, restrict): Edit for DJGPP.
(my_strftime): Edit to nstrftime.
msdos/sed1v2.inp (NS_OBJC_OBJ): Edit to empty.
(@true): Edit to "@rem".
(move-if-change): Edit to "update".
(echo): Edit to "djecho".
(cd $(lib) && ...): Edit to "$(MAKE) -C ...".
(LIBOBJS): Edit to empty.
($(libsrc)/make-docfile): Two new edits, one each for every
invocation of make-docfile.
(move-if-change): Fix edit.
Remove some unused switches from $(ALL_CFLAGS), to make the GCC
command line shorter.
msdos/mainmake.v2 (version): Remove, no longer needed (config.in
defines VERSION).
(all): Add lib.
(lib): New target and recipe.
(lib-src): Depend on lib.
(src): Depend on lib and lib-src.
(clean, mostlyclean, distclean, maintainer-clean, extraclean)
(bootstrap-clean): Recurse into lib.
(lib, lib-src, src): Specify "all" as an explicit target.
.bzrignore: Ignore cxxdefs.h and lib/*.in-h files.
Add lib/deps/.
config.bat: Configure in `lib'.
Generate *.Po files in lib/deps.
src/termcap.c (tputs): Don't declare baud_rate.
src/s/msdos.h (strtold): Define to _strtold.
Diffstat (limited to 'msdos/ChangeLog')
| -rw-r--r-- | msdos/ChangeLog | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/msdos/ChangeLog b/msdos/ChangeLog index b9b829c4554..f1cdf510a06 100644 --- a/msdos/ChangeLog +++ b/msdos/ChangeLog | |||
| @@ -1,3 +1,50 @@ | |||
| 1 | 2011-02-19 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * depfiles.bat: New file. | ||
| 4 | |||
| 5 | * sedlibmk.inp: New file. | ||
| 6 | |||
| 7 | * sedlibcf.inp: New file. | ||
| 8 | |||
| 9 | * sedleim.inp (RUN_EMACS): Rename from RUN-EMACS. | ||
| 10 | (BUILT_EMACS): Rename from BUILT-EMACS. | ||
| 11 | |||
| 12 | * sed6.inp (MAKEINFO): Edit to "makeinfo". | ||
| 13 | (ENVADD): Adjust to MAKEINFO_OPTS. | ||
| 14 | (texinputdir): Don't edit. | ||
| 15 | |||
| 16 | * sed3v2.inp (-DVERSION): Edit out. | ||
| 17 | (LOADLIBES): Don't edit to empty. | ||
| 18 | |||
| 19 | * sed2v2.inp: Remove workaround for the "#if ! HAVE_MKTIME || | ||
| 20 | BROKEN_MKTIME" stuff -- it's no longer in src/config.in. | ||
| 21 | (HAVE_ATTRIBUTE_ALIGNED, HAVE_C99_STRTOLD, HAVE_DECL_GETENV) | ||
| 22 | (HAVE__BOOL): Edit to 1. | ||
| 23 | (VERSION, inline, restrict): Edit for DJGPP. | ||
| 24 | (my_strftime): Edit to nstrftime. | ||
| 25 | |||
| 26 | * sed1v2.inp (NS_OBJC_OBJ): Edit to empty. | ||
| 27 | (@true): Edit to "@rem". | ||
| 28 | (move-if-change): Edit to "update". | ||
| 29 | (echo): Edit to "djecho". | ||
| 30 | (cd $(lib) && ...): Edit to "$(MAKE) -C ...". | ||
| 31 | (LIBOBJS): Edit to empty. | ||
| 32 | ($(libsrc)/make-docfile): Two new edits, one each for every | ||
| 33 | invocation of make-docfile. | ||
| 34 | (move-if-change): Fix edit. | ||
| 35 | Remove some unused switches from $(ALL_CFLAGS), to make the GCC | ||
| 36 | command line shorter. | ||
| 37 | |||
| 38 | * mainmake.v2 (version): Remove, no longer needed (config.in | ||
| 39 | defines VERSION). | ||
| 40 | (all): Add lib. | ||
| 41 | (lib): New target and recipe. | ||
| 42 | (lib-src): Depend on lib. | ||
| 43 | (src): Depend on lib and lib-src. | ||
| 44 | (clean, mostlyclean, distclean, maintainer-clean, extraclean) | ||
| 45 | (bootstrap-clean): Recurse into lib. | ||
| 46 | (lib, lib-src, src): Specify "all" as an explicit target. | ||
| 47 | |||
| 1 | 2011-01-08 Glenn Morris <rgm@gnu.org> | 48 | 2011-01-08 Glenn Morris <rgm@gnu.org> |
| 2 | 49 | ||
| 3 | * sedleim.inp (RUN-EMACS): -batch implies --no-init-file. | 50 | * sedleim.inp (RUN-EMACS): -batch implies --no-init-file. |