summaryrefslogtreecommitdiff
path: root/msdos/sed1v2.inp
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2011-05-20 12:47:59 +0300
committerEli Zaretskii <eliz@gnu.org>2011-05-20 12:47:59 +0300
commit7285dc67f4c4ffe079419ed3b189ede08175e244 (patch)
tree4c4a787634342bef6f04231ad24d01dd0ac4de1a /msdos/sed1v2.inp
parent89d1bd225c6d3600ecf2d464a924cb0ef0af53e7 (diff)
downloademacs-7285dc67f4c4ffe079419ed3b189ede08175e244.tar.gz
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 'msdos/sed1v2.inp')
-rw-r--r--msdos/sed1v2.inp6
1 files changed, 4 insertions, 2 deletions
diff --git a/msdos/sed1v2.inp b/msdos/sed1v2.inp
index 34c4588f96a..da3c1386760 100644
--- a/msdos/sed1v2.inp
+++ b/msdos/sed1v2.inp
@@ -127,9 +127,10 @@ s/\.h\.in/.h-in/
/^M_FILE *=/s!@M_FILE@!$(srcdir)/m/intel386.h!
/^S_FILE *=/s!@S_FILE@!$(srcdir)/s/msdos.h!
/^@SET_MAKE@$/s/@SET_MAKE@//
-/^.\$(libsrc)\/make-docfile.*>.*\/DOC/s!make-docfile!make-docfile -o ../etc/DOC!
-/^.\$(libsrc)\/make-docfile.*>.*gl-tmp/s!make-docfile!make-docfile -o gl-tmp!
+/^ [ ]*\$(libsrc)\/make-docfile.*>.*\/DOC/s!make-docfile!make-docfile -o $(etc)/DOC!
+/^ [ ]*\$(libsrc)\/make-docfile.*>.*gl-tmp/s!make-docfile!make-docfile -o gl-tmp!
/^.\$(libsrc)\/make-doc/s!>.*$!!
+/^ [ ]*\$(libsrc)\/make-docfile /s!`[^`]*`!$(lisp)!
/^[ ]*$/d
/^ if test -f/,/^ fi$/c\
command.com /c if exist .gdbinit rm -f _gdbinit
@@ -161,6 +162,7 @@ s/^ [^ ]*move-if-change / update /
/^ -\{0,1\} *ln -/s/ln -f/cp -pf/
/^[ ]touch /s/touch/djecho $@ >/
s/@YMF_PASS_LDFLAGS@/flags/
+s/@lisp_frag@//
s/@deps_frag@//
s/@ns_frag@//
s/@PRE_EDIT_LDFLAGS@//