Mercurial > emacs
annotate msdos/sed1.inp @ 11533:2d1e996c4359
(rmail-resend): Fix abbrev expansion.
(rmail-get-new-mail): Simply the reversion check;
don't call rmail-forget-messages.
(rmail-revert): Call rmail-mode after reverting
to make sure rmail-message-vector is buffer-local.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 24 Apr 1995 17:43:15 +0000 |
parents | 5acbce95c5fa |
children | af414e792977 |
rev | line source |
---|---|
7202
9f8b6ebe1d7e
Set CFLAGS=-O2, not -g. Handle the new
Richard M. Stallman <rms@gnu.org>
parents:
5485
diff
changeset
|
1 # -sed1.inp------------------------------------------------------------- |
7229
520d3d20651f
Don't comment out the inc-vers run as that does not exist anymore.
Richard M. Stallman <rms@gnu.org>
parents:
7202
diff
changeset
|
2 # Configuration script for src/makefile |
7202
9f8b6ebe1d7e
Set CFLAGS=-O2, not -g. Handle the new
Richard M. Stallman <rms@gnu.org>
parents:
5485
diff
changeset
|
3 # ---------------------------------------------------------------------- |
9f8b6ebe1d7e
Set CFLAGS=-O2, not -g. Handle the new
Richard M. Stallman <rms@gnu.org>
parents:
5485
diff
changeset
|
4 s/^#.*// |
9f8b6ebe1d7e
Set CFLAGS=-O2, not -g. Handle the new
Richard M. Stallman <rms@gnu.org>
parents:
5485
diff
changeset
|
5 s/^[ \f\t][ \f\t]*$// |
9f8b6ebe1d7e
Set CFLAGS=-O2, not -g. Handle the new
Richard M. Stallman <rms@gnu.org>
parents:
5485
diff
changeset
|
6 s/^ / / |
9f8b6ebe1d7e
Set CFLAGS=-O2, not -g. Handle the new
Richard M. Stallman <rms@gnu.org>
parents:
5485
diff
changeset
|
7 s/\.h\.in/.h-in/ |
9f8b6ebe1d7e
Set CFLAGS=-O2, not -g. Handle the new
Richard M. Stallman <rms@gnu.org>
parents:
5485
diff
changeset
|
8 s!^ \./temacs! go32 temacs! |
9f8b6ebe1d7e
Set CFLAGS=-O2, not -g. Handle the new
Richard M. Stallman <rms@gnu.org>
parents:
5485
diff
changeset
|
9 s!/bin/sh!command.com! |
9f8b6ebe1d7e
Set CFLAGS=-O2, not -g. Handle the new
Richard M. Stallman <rms@gnu.org>
parents:
5485
diff
changeset
|
10 /^MAKE *=/s/^/# / |
9f8b6ebe1d7e
Set CFLAGS=-O2, not -g. Handle the new
Richard M. Stallman <rms@gnu.org>
parents:
5485
diff
changeset
|
11 /^SHELL *=/s/^/# / |
7513
4010eca772d4
Don't use `+' in regexps as different stream
Richard M. Stallman <rms@gnu.org>
parents:
7229
diff
changeset
|
12 /^srcdir *=/s/@[^@\n]*@/./ |
4010eca772d4
Don't use `+' in regexps as different stream
Richard M. Stallman <rms@gnu.org>
parents:
7229
diff
changeset
|
13 /^VPATH *=/s/@[^@\n]*@/./ |
4010eca772d4
Don't use `+' in regexps as different stream
Richard M. Stallman <rms@gnu.org>
parents:
7229
diff
changeset
|
14 /^CC *=/s/@[^@\n]*@/gcc/ |
4010eca772d4
Don't use `+' in regexps as different stream
Richard M. Stallman <rms@gnu.org>
parents:
7229
diff
changeset
|
15 /^CPP *=/s/@[^@\n]*@/gcc -e/ |
4010eca772d4
Don't use `+' in regexps as different stream
Richard M. Stallman <rms@gnu.org>
parents:
7229
diff
changeset
|
16 /^CFLAGS *=/s/@[^@\n]*@/-O2 -g/ |
4010eca772d4
Don't use `+' in regexps as different stream
Richard M. Stallman <rms@gnu.org>
parents:
7229
diff
changeset
|
17 /^LN_S *=/s/@[^@\n]*@/ln -s/ |
8197
d6a441681fb4
Use "m/intel386" instead of "m/dos386.h".
Richard M. Stallman <rms@gnu.org>
parents:
7623
diff
changeset
|
18 /^M_FILE *=/s!@[^@\n]*@!m/intel386.h! |
7513
4010eca772d4
Don't use `+' in regexps as different stream
Richard M. Stallman <rms@gnu.org>
parents:
7229
diff
changeset
|
19 /^S_FILE *=/s!@[^@\n]*@!s/msdos.h! |
7202
9f8b6ebe1d7e
Set CFLAGS=-O2, not -g. Handle the new
Richard M. Stallman <rms@gnu.org>
parents:
5485
diff
changeset
|
20 /^@SET_MAKE@$/s/@SET_MAKE@// |
9572 | 21 /^.\${libsrc}make-docfile.*>/s!make-docfile!make-docfile -o ../etc/DOC! |
7202
9f8b6ebe1d7e
Set CFLAGS=-O2, not -g. Handle the new
Richard M. Stallman <rms@gnu.org>
parents:
5485
diff
changeset
|
22 /^.\${libsrc}make-doc/s!>.*$!! |
9f8b6ebe1d7e
Set CFLAGS=-O2, not -g. Handle the new
Richard M. Stallman <rms@gnu.org>
parents:
5485
diff
changeset
|
23 /^[ ]*$/d |
9572 | 24 /^temacs:/s/prefix-args// |
25 /^ #/d |