diff options
| author | Eli Zaretskii | 2011-05-20 12:47:59 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2011-05-20 12:47:59 +0300 |
| commit | 7285dc67f4c4ffe079419ed3b189ede08175e244 (patch) | |
| tree | 4c4a787634342bef6f04231ad24d01dd0ac4de1a /config.bat | |
| parent | 89d1bd225c6d3600ecf2d464a924cb0ef0af53e7 (diff) | |
| download | emacs-7285dc67f4c4ffe079419ed3b189ede08175e244.tar.gz emacs-7285dc67f4c4ffe079419ed3b189ede08175e244.zip | |
Fix the MSDOS build as follows from 2011-05-19T06:04:16Z!rgm@gnu.org, 2011-05-20T00:41:03Z!rgm@gnu.org.
config.bat: Concatenate lisp.mk onto the end of src/Makefile.
msdos/sed1v2.inp (make-docfile commands): Recognize only if the line
begins with a TAB. Use $(etc) rather than a literal "../etc".
(`sed SED-COMMAND $(srcdir)/lisp.mk`): Edit to replace with "$(lisp).
(@lisp_frag@): Edit out.
msdos/sedlibmk.inp (GNULIB_GROUP_MEMBER, HAVE_GROUP_MEMBER): Edit to
zero.
src/callproc.c (Fcall_process) [MSDOS]: Fix arguments to
report_file_error introduced by the change from 2011-05-07.
Diffstat (limited to 'config.bat')
| -rw-r--r-- | config.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.bat b/config.bat index e480a4b9bc8..dba3600e0d9 100644 --- a/config.bat +++ b/config.bat | |||
| @@ -211,7 +211,7 @@ if exist dir.h ren dir.h vmsdir.h | |||
| 211 | 211 | ||
| 212 | rem Create "makefile" from "makefile.in". | 212 | rem Create "makefile" from "makefile.in". |
| 213 | rm -f Makefile makefile.tmp | 213 | rm -f Makefile makefile.tmp |
| 214 | copy Makefile.in+deps.mk makefile.tmp | 214 | copy Makefile.in+lisp.mk+deps.mk makefile.tmp |
| 215 | sed -f ../msdos/sed1v2.inp <makefile.tmp >Makefile | 215 | sed -f ../msdos/sed1v2.inp <makefile.tmp >Makefile |
| 216 | rm -f makefile.tmp | 216 | rm -f makefile.tmp |
| 217 | 217 | ||