mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-31 21:01:23 -08:00
Don't use `+' in regexps as different stream
editors interpret them differently. Use `*' instead.
This commit is contained in:
parent
5405914986
commit
c554da1f7d
1 changed files with 8 additions and 8 deletions
|
|
@ -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!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue