Mercurial > emacs
changeset 7203:20f7520cf723
Set CFLAGS=-O2, not -g. Correct for
new configuration regarding utilities not to compile.
Fix version number. Get rid of ^Ms.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 29 Apr 1994 22:07:02 +0000 |
parents | 9f8b6ebe1d7e |
children | 6e219f77e69e |
files | msdos/sed3.inp |
diffstat | 1 files changed, 23 insertions(+), 24 deletions(-) [+] |
line wrap: on
line diff
--- a/msdos/sed3.inp Fri Apr 29 22:06:43 1994 +0000 +++ b/msdos/sed3.inp Fri Apr 29 22:07:02 1994 +0000 @@ -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//