From: Richard M. Stallman Date: Fri, 29 Apr 1994 22:07:02 +0000 (+0000) Subject: Set CFLAGS=-O2, not -g. Correct for X-Git-Tag: emacs-19.34~8650 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8c9bc1f8166609344d4c250a93632a2e233ffc7d;p=emacs.git Set CFLAGS=-O2, not -g. Correct for new configuration regarding utilities not to compile. Fix version number. Get rid of ^Ms. --- diff --git a/msdos/sed3.inp b/msdos/sed3.inp index d6d70429597..d8c3f2d5571 100644 --- a/msdos/sed3.inp +++ b/msdos/sed3.inp @@ -1,24 +1,23 @@ -# ---------------------------------------------------------------------- -# Configuration script for lib-src/makefile -# ---------------------------------------------------------------------- -/^# DIST: /d -/^SHELL *=/s/^/# / -/^CC *=/s/=.*$/=gcc/ -/^version *=/s/=.*$/=19.17/ -/^configname *=/s/=.*$/=msdos/ -/^archlibdir *=/s!=.*$!=/emacs/bin! -/^bindir *=/s!=.*$!=/emacs/bin! -/^libdir *=/s!=.*$!=/emacs/bin! -/^srcdir *=/s!=.*$!=.! -/^VPATH *=/s!=.*$!=.! -/^CFLAGS *=/s!=.*$!=-g! -/^C_SWITCH_SYSTEM *=/s!=.*$!=-DMSDOS! -/^LOADLIBES *=/s!=.*$!=! -/^ALLOCA *=/s!=.*$!=alloca.o! -/^INSTALLABLES/s/emacsclient *// -s!^ \./! go32 ./! -/^ .*timer$/s/movemail *// -/^ .*timer$/s/fakemail *// -/^ .*timer$/s/emacsserver *// -/^ .*timer$/s/ *timer// -/^UTILITIES=/s/ wakeup// +# -sed3.inp------------------------------------------------------------- +# Configuration script for lib-src/makefile +# ---------------------------------------------------------------------- +/^# DIST: /d +/^SHELL *=/s/^/# / +/^CC *=/s/=.*$/=gcc/ +/^version *=/s/=.*$/="19.23"/ +/^configname *=/s/=.*$/=msdos/ +/^archlibdir *=/s!=.*$!=/emacs/bin! +/^bindir *=/s!=.*$!=/emacs/bin! +/^libdir *=/s!=.*$!=/emacs/bin! +/^srcdir *=/s!=.*$!=.! +/^VPATH *=/s!=.*$!=.! +/^CFLAGS *=/s!=.*$!=-O2 -g! +/^C_SWITCH_SYSTEM *=/s!=.*$!=-DMSDOS! +/^LOADLIBES *=/s!=.*$!=! +/^ALLOCA *=/s!=.*$!=alloca.o! +/^INSTALLABLES/s/emacsclient *// +s!^ \./! go32 ./! +/^UTILITIES=/s/ wakeup// +/^UTILITIES=/s/ movemail// +/^UTILITIES=/s/ emacsserver// +/^UTILITIES=/s/ timer//