annotate msdos/sed1.inp @ 15013:aad88afa6a0c libc-960413 libc-960414 libc-960415 libc-960416 libc-960417 libc-960418 libc-960419 libc-960420 libc-960421 libc-960422 libc-960423 libc-960424 libc-960425 libc-960426 libc-960427 libc-960428 libc-960429 libc-960430 libc-960501 libc-960502 libc-960503 libc-960504 libc-960505 libc-960506 libc-960507 libc-960508 libc-960509 libc-960510 libc-960511 libc-960512 libc-960513 libc-960514 libc-960515 libc-960516 libc-960517 libc-960518 libc-960519 libc-960520

* config.guess: Combine two OSF1 rules. Also recognize field test versions. From mjr@zk3.dec.com. * config.guess (dgux): Use /usr/bin/uname rather than uname, because GNU uname does not support -p. From pmr@pajato.com.
author Per Bothner <bothner@cygnus.com>
date Sat, 13 Apr 1996 00:06:54 +0000
parents af414e792977
children 8c1f6839aff9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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@//
13176
af414e792977 Call make-doc.exe instead of make-docfile.
Kim F. Storm <storm@cua.dk>
parents: 10386
diff changeset
21 /^.\${libsrc}make-docfile.*>/s!make-docfile!make-doc.exe -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
b36d5e88cccc *** empty log message ***
Morten Welinder <terra@diku.dk>
parents: 8197
diff changeset
24 /^temacs:/s/prefix-args//
b36d5e88cccc *** empty log message ***
Morten Welinder <terra@diku.dk>
parents: 8197
diff changeset
25 /^ #/d