Mercurial > emacs
annotate msdos/sed1.inp @ 9023:1f1081c31047
Initial revision
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 23 Sep 1994 18:35:06 +0000 |
parents | d6a441681fb4 |
children | b36d5e88cccc |
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 /^obj=/s!$! dosfns.o msdos.o! |
9f8b6ebe1d7e
Set CFLAGS=-O2, not -g. Handle the new
Richard M. Stallman <rms@gnu.org>
parents:
5485
diff
changeset
|
8 s/\.h\.in/.h-in/ |
9f8b6ebe1d7e
Set CFLAGS=-O2, not -g. Handle the new
Richard M. Stallman <rms@gnu.org>
parents:
5485
diff
changeset
|
9 s!^ \./temacs! go32 temacs! |
9f8b6ebe1d7e
Set CFLAGS=-O2, not -g. Handle the new
Richard M. Stallman <rms@gnu.org>
parents:
5485
diff
changeset
|
10 s!/bin/sh!command.com! |
9f8b6ebe1d7e
Set CFLAGS=-O2, not -g. Handle the new
Richard M. Stallman <rms@gnu.org>
parents:
5485
diff
changeset
|
11 /^MAKE *=/s/^/# / |
9f8b6ebe1d7e
Set CFLAGS=-O2, not -g. Handle the new
Richard M. Stallman <rms@gnu.org>
parents:
5485
diff
changeset
|
12 /^SHELL *=/s/^/# / |
7513
4010eca772d4
Don't use `+' in regexps as different stream
Richard M. Stallman <rms@gnu.org>
parents:
7229
diff
changeset
|
13 /^srcdir *=/s/@[^@\n]*@/./ |
4010eca772d4
Don't use `+' in regexps as different stream
Richard M. Stallman <rms@gnu.org>
parents:
7229
diff
changeset
|
14 /^VPATH *=/s/@[^@\n]*@/./ |
4010eca772d4
Don't use `+' in regexps as different stream
Richard M. Stallman <rms@gnu.org>
parents:
7229
diff
changeset
|
15 /^CC *=/s/@[^@\n]*@/gcc/ |
4010eca772d4
Don't use `+' in regexps as different stream
Richard M. Stallman <rms@gnu.org>
parents:
7229
diff
changeset
|
16 /^CPP *=/s/@[^@\n]*@/gcc -e/ |
4010eca772d4
Don't use `+' in regexps as different stream
Richard M. Stallman <rms@gnu.org>
parents:
7229
diff
changeset
|
17 /^CFLAGS *=/s/@[^@\n]*@/-O2 -g/ |
4010eca772d4
Don't use `+' in regexps as different stream
Richard M. Stallman <rms@gnu.org>
parents:
7229
diff
changeset
|
18 /^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
|
19 /^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
|
20 /^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
|
21 /^@SET_MAKE@$/s/@SET_MAKE@// |
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 /^.\${libsrc}make-docfile/s!make-docfile!make-docfile -o ../etc/DOC! |
9f8b6ebe1d7e
Set CFLAGS=-O2, not -g. Handle the new
Richard M. Stallman <rms@gnu.org>
parents:
5485
diff
changeset
|
24 /^.\${libsrc}make-docfile/s/\$/go32 $/ |
9f8b6ebe1d7e
Set CFLAGS=-O2, not -g. Handle the new
Richard M. Stallman <rms@gnu.org>
parents:
5485
diff
changeset
|
25 /^[ ]*$/d |