Mercurial > emacs
annotate msdos/sed1v2.inp @ 28923:dcafe3c9cd6c
(sh-while-getopts) <sh>: Handle case that
user-specified option string is empty.
| author | Gerd Moellmann <gerd@gnu.org> |
|---|---|
| date | Mon, 15 May 2000 20:14:39 +0000 |
| parents | e18200d8143f |
| children | 3c4322d4f35e |
| rev | line source |
|---|---|
| 14967 | 1 # -sed1v2.inp----------------------------------------------------------- |
| 2 # Configuration script for src/makefile under DJGPP v2.x | |
| 3 # ---------------------------------------------------------------------- | |
| 4 s/^#.*// | |
| 5 s/^[ \f\t][ \f\t]*$// | |
| 6 s/^ / / | |
| 7 s/\.h\.in/.h-in/ | |
|
26497
d7fc0ed0cd81
sed2.inp (HAVE_TM_GMTOFF, HAVE_MBLEN): Define.
Eli Zaretskii <eliz@gnu.org>
parents:
24748
diff
changeset
|
8 /^ LC_ALL=C \.\/temacs/i\ |
|
19800
d0a1da20c8dd
Enlarge the stack size of temacs to 100KB.
Richard M. Stallman <rms@gnu.org>
parents:
19286
diff
changeset
|
9 stubedit temacs.exe minstack=100k |
|
26497
d7fc0ed0cd81
sed2.inp (HAVE_TM_GMTOFF, HAVE_MBLEN): Define.
Eli Zaretskii <eliz@gnu.org>
parents:
24748
diff
changeset
|
10 /^ LC_ALL=C \.\/temacs/s/LC_ALL=C/set &;/ |
| 14967 | 11 /^MAKE *=/s/^/# / |
| 12 /^SHELL *=/s/^/# / | |
| 13 /^srcdir *=/s/@[^@\n]*@/./ | |
| 14 /^VPATH *=/s/@[^@\n]*@/./ | |
| 15 /^CC *=/s/@[^@\n]*@/gcc/ | |
| 16 /^CPP *=/s/@[^@\n]*@/gcc -e/ | |
|
24748
8c634c8d8401
Use -gcoff instead of -g in CFLAGS, for those who
Eli Zaretskii <eliz@gnu.org>
parents:
19800
diff
changeset
|
17 /^CFLAGS *=/s/@[^@\n]*@/-O2 -gcoff/ |
|
19286
64f0f84b04f3
(CPPFLAGS, LDFLAGS): Edit to empty.
Richard M. Stallman <rms@gnu.org>
parents:
18769
diff
changeset
|
18 /^CPPFLAGS *=/s/@[^@\n]*@// |
|
64f0f84b04f3
(CPPFLAGS, LDFLAGS): Edit to empty.
Richard M. Stallman <rms@gnu.org>
parents:
18769
diff
changeset
|
19 /^LDFLAGS *=/s/@[^@\n]*@// |
| 28587 | 20 /^LIBS *=/s/@[^@\n]*@// |
| 21 /^LIBOBJS *=/s/@[^@\n]*@// | |
| 14967 | 22 /^LN_S *=/s/@[^@\n]*@/ln -s/ |
| 23 /^M_FILE *=/s!@[^@\n]*@!m/intel386.h! | |
| 24 /^S_FILE *=/s!@[^@\n]*@!s/msdos.h! | |
| 25 /^@SET_MAKE@$/s/@SET_MAKE@// | |
| 26 /^.\${libsrc}make-docfile.*>/s!make-docfile!make-docfile -o ../etc/DOC! | |
| 27 /^.\${libsrc}make-doc/s!>.*$!! | |
| 28 /^[ ]*$/d | |
| 29 /^temacs:/s/prefix-args// | |
|
18769
48fd714b8115
Remove `stamp-oldxmenu' dependency, so
Richard M. Stallman <rms@gnu.org>
parents:
14967
diff
changeset
|
30 /^temacs:/s/stamp-oldxmenu// |
| 14967 | 31 /^ #/d |
