]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't use `+' in regexps as different stream
authorRichard M. Stallman <rms@gnu.org>
Mon, 16 May 1994 19:29:04 +0000 (19:29 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 16 May 1994 19:29:04 +0000 (19:29 +0000)
editors interpret them differently.  Use `*' instead.

msdos/sed1.inp

index 930cc18ee1944e2d615ef626a7c8e4a05840e4b9..57de79bda59f82caeacef2f9ca9e290a956d5246 100644 (file)
@@ -11,14 +11,14 @@ s!^ \./temacs!      go32 temacs!
 s!/bin/sh!command.com!
 /^MAKE *=/s/^/# /
 /^SHELL *=/s/^/# /
-/^srcdir *=/s/@[^@\n]+@/./
-/^VPATH *=/s/@[^@\n]+@/./
-/^CC *=/s/@[^@\n]+@/gcc/
-/^CPP *=/s/@[^@\n]+@/gcc -e/
-/^CFLAGS *=/s/@[^@\n]+@/-O2 -g/
-/^LN_S *=/s/@[^@\n]+@/ln -s/
-/^M_FILE *=/s!@[^@\n]+@!m/dos386.h!
-/^S_FILE *=/s!@[^@\n]+@!s/msdos.h!
+/^srcdir *=/s/@[^@\n]*@/./
+/^VPATH *=/s/@[^@\n]*@/./
+/^CC *=/s/@[^@\n]*@/gcc/
+/^CPP *=/s/@[^@\n]*@/gcc -e/
+/^CFLAGS *=/s/@[^@\n]*@/-O2 -g/
+/^LN_S *=/s/@[^@\n]*@/ln -s/
+/^M_FILE *=/s!@[^@\n]*@!m/dos386.h!
+/^S_FILE *=/s!@[^@\n]*@!s/msdos.h!
 /^@SET_MAKE@$/s/@SET_MAKE@//
 /^.\${libsrc}make-doc/s!>.*$!!
 /^.\${libsrc}make-docfile/s!make-docfile!make-docfile -o ../etc/DOC!