'ed -' is no longer supported by some systems. Use 'ed -s'
This commit is contained in:
parent
525eb1f1a4
commit
c587ca287e
|
@ -69,7 +69,7 @@ then
|
||||||
fi
|
fi
|
||||||
case $ACM in
|
case $ACM in
|
||||||
sun3|sparc)
|
sun3|sparc)
|
||||||
ed - make_macros <<'EOF'
|
ed -s make_macros <<'EOF'
|
||||||
/cc-and-mkdep.sun/s/^..//
|
/cc-and-mkdep.sun/s/^..//
|
||||||
w
|
w
|
||||||
q
|
q
|
||||||
|
|
|
@ -21,7 +21,7 @@ $SRC_HOME/first/limit_impl
|
||||||
|
|
||||||
case $SYSNAME in
|
case $SYSNAME in
|
||||||
i386)
|
i386)
|
||||||
ed - $TARGET_HOME/lib/descr/fe << 'ABC'
|
ed -s $TARGET_HOME/lib/descr/fe << 'ABC'
|
||||||
1,$s/-D{NAME}/-D{NAME} -DNO_PROTOTYPE/
|
1,$s/-D{NAME}/-D{NAME} -DNO_PROTOTYPE/
|
||||||
w
|
w
|
||||||
q
|
q
|
||||||
|
@ -41,12 +41,12 @@ fi
|
||||||
|
|
||||||
case X$SYSVAX in
|
case X$SYSVAX in
|
||||||
Xvax_sysV_2)
|
Xvax_sysV_2)
|
||||||
ed - $TARGET_HOME/lib/vax4/descr << 'ABC'
|
ed -s $TARGET_HOME/lib/vax4/descr << 'ABC'
|
||||||
/CPP_F/s/$/ -D__USG/
|
/CPP_F/s/$/ -D__USG/
|
||||||
w
|
w
|
||||||
q
|
q
|
||||||
ABC
|
ABC
|
||||||
ed - $CONFIG/mach/vax4/Action << 'ABC'
|
ed -s $CONFIG/mach/vax4/Action << 'ABC'
|
||||||
/libbsd4_2/s/libbsd4_2/libsysV_2/
|
/libbsd4_2/s/libbsd4_2/libsysV_2/
|
||||||
w
|
w
|
||||||
q
|
q
|
||||||
|
@ -54,7 +54,7 @@ ABC
|
||||||
( cd $CONFIG/mach/vax4
|
( cd $CONFIG/mach/vax4
|
||||||
for i in libcc libcc.ansi
|
for i in libcc libcc.ansi
|
||||||
do
|
do
|
||||||
ed - $i/Makefile << 'ABC'
|
ed -s $i/Makefile << 'ABC'
|
||||||
/BFS/s/BFS/UFS/
|
/BFS/s/BFS/UFS/
|
||||||
w
|
w
|
||||||
q
|
q
|
||||||
|
@ -63,14 +63,14 @@ ABC
|
||||||
)
|
)
|
||||||
;;
|
;;
|
||||||
Xvax_bsd4_2)
|
Xvax_bsd4_2)
|
||||||
ed - $TARGET_HOME/lib/vax4/descr << 'ABC'
|
ed -s $TARGET_HOME/lib/vax4/descr << 'ABC'
|
||||||
/CPP_F/s/$/ -D__BSD4_2/
|
/CPP_F/s/$/ -D__BSD4_2/
|
||||||
w
|
w
|
||||||
q
|
q
|
||||||
ABC
|
ABC
|
||||||
;;
|
;;
|
||||||
Xvax_bsd4_1a)
|
Xvax_bsd4_1a)
|
||||||
ed - $CONFIG/mach/vax4/Action << 'ABC'
|
ed -s $CONFIG/mach/vax4/Action << 'ABC'
|
||||||
/libbsd4_2/s/libbsd4_2/libbsd4_1a/
|
/libbsd4_2/s/libbsd4_2/libbsd4_1a/
|
||||||
w
|
w
|
||||||
q
|
q
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
for i in $DISABLE_LANG
|
for i in $DISABLE_LANG
|
||||||
do
|
do
|
||||||
ed - $CONFIG/Action <<EOF
|
ed -s $CONFIG/Action <<EOF
|
||||||
/^name "$i/;/^end/s/^/!/
|
/^name "$i/;/^end/s/^/!/
|
||||||
w
|
w
|
||||||
q
|
q
|
||||||
EOF
|
EOF
|
||||||
case $i in
|
case $i in
|
||||||
Modula-2)
|
Modula-2)
|
||||||
ed - $CONFIG/Action <<EOF
|
ed -s $CONFIG/Action <<EOF
|
||||||
/^name "$i definition/;/^end/s/^/!/
|
/^name "$i definition/;/^end/s/^/!/
|
||||||
/^name "$i makefile/;/^end/s/^/!/
|
/^name "$i makefile/;/^end/s/^/!/
|
||||||
w
|
w
|
||||||
|
@ -15,14 +15,14 @@ q
|
||||||
EOF
|
EOF
|
||||||
;;
|
;;
|
||||||
ANSI-C) : install compiler anyway
|
ANSI-C) : install compiler anyway
|
||||||
ed - $CONFIG/Action <<EOF
|
ed -s $CONFIG/Action <<EOF
|
||||||
/^!name "$i frontend/;/^!end/s/^!//
|
/^!name "$i frontend/;/^!end/s/^!//
|
||||||
w
|
w
|
||||||
q
|
q
|
||||||
EOF
|
EOF
|
||||||
;;
|
;;
|
||||||
C) : install compiler anyway
|
C) : install compiler anyway
|
||||||
ed - $CONFIG/Action <<EOF
|
ed -s $CONFIG/Action <<EOF
|
||||||
/^!name "$i frontend/;/^!end/s/^!//
|
/^!name "$i frontend/;/^!end/s/^!//
|
||||||
w
|
w
|
||||||
q
|
q
|
||||||
|
@ -112,7 +112,7 @@ done
|
||||||
DISABLE_INT=0
|
DISABLE_INT=0
|
||||||
for i in $DISABLE_SUP
|
for i in $DISABLE_SUP
|
||||||
do
|
do
|
||||||
ed - $CONFIG/Action <<EOF
|
ed -s $CONFIG/Action <<EOF
|
||||||
/^dir .*$i\$/;?^name?;/^end/s/^/!/
|
/^dir .*$i\$/;?^name?;/^end/s/^/!/
|
||||||
w
|
w
|
||||||
q
|
q
|
||||||
|
@ -170,7 +170,7 @@ m68*|sun2|sun3|pmds*)
|
||||||
esac
|
esac
|
||||||
if test $DISABLE_INT = 1
|
if test $DISABLE_INT = 1
|
||||||
then
|
then
|
||||||
ed - $CONFIG/Action <<EOF
|
ed -s $CONFIG/Action <<EOF
|
||||||
/68000 interpreters/;/^end/s/^/!/
|
/68000 interpreters/;/^end/s/^/!/
|
||||||
w
|
w
|
||||||
q
|
q
|
||||||
|
@ -185,7 +185,7 @@ then
|
||||||
do
|
do
|
||||||
if fgrep -s $j $i
|
if fgrep -s $j $i
|
||||||
then
|
then
|
||||||
ed - $i <<EOF
|
ed -s $i <<EOF
|
||||||
/$j/;?^name?,/^end/s/^/!/
|
/$j/;?^name?,/^end/s/^/!/
|
||||||
w
|
w
|
||||||
q
|
q
|
||||||
|
@ -197,7 +197,7 @@ fi
|
||||||
|
|
||||||
if [ $DO_FAST = n ]
|
if [ $DO_FAST = n ]
|
||||||
then
|
then
|
||||||
ed - $CONFIG/Action <<'EOF'
|
ed -s $CONFIG/Action <<'EOF'
|
||||||
/^name "Peephole optimizer lib/;/^end/s/^/!/
|
/^name "Peephole optimizer lib/;/^end/s/^/!/
|
||||||
/^name "Fast/;$s/^/!/
|
/^name "Fast/;$s/^/!/
|
||||||
w
|
w
|
||||||
|
|
|
@ -77,7 +77,7 @@ do
|
||||||
mk_makefile $SRC_HOME/mach/proto/ncg/proto.make | sed -e "/#MACH_DEFINE/,/^MACH/s/=.*/= $i/" > Makefile
|
mk_makefile $SRC_HOME/mach/proto/ncg/proto.make | sed -e "/#MACH_DEFINE/,/^MACH/s/=.*/= $i/" > Makefile
|
||||||
if [ -f $SRC_HOME/mach/$i/ncg/table_dir ]
|
if [ -f $SRC_HOME/mach/$i/ncg/table_dir ]
|
||||||
then
|
then
|
||||||
ed - Makefile <<EOF
|
ed -s Makefile <<EOF
|
||||||
/^#TABLE_DEFINE/+1r $SRC_HOME/mach/$i/ncg/table_dir
|
/^#TABLE_DEFINE/+1r $SRC_HOME/mach/$i/ncg/table_dir
|
||||||
w
|
w
|
||||||
q
|
q
|
||||||
|
|
|
@ -14,7 +14,7 @@ esac
|
||||||
|
|
||||||
cp $1 /tmp/mk_mak$$
|
cp $1 /tmp/mk_mak$$
|
||||||
|
|
||||||
ed - /tmp/mk_mak$$ << 'EOF'
|
ed -s /tmp/mk_mak$$ << 'EOF'
|
||||||
/^#PARAMS/c
|
/^#PARAMS/c
|
||||||
#PARAMS do not remove this line!
|
#PARAMS do not remove this line!
|
||||||
.
|
.
|
||||||
|
@ -23,7 +23,7 @@ q
|
||||||
EOF
|
EOF
|
||||||
case `ack_sys` in
|
case `ack_sys` in
|
||||||
sparc_solaris)
|
sparc_solaris)
|
||||||
ed - /tmp/mk_mak$$ << 'EOF'
|
ed -s /tmp/mk_mak$$ << 'EOF'
|
||||||
g/^EXTRALIB/s/=/= -lelf/
|
g/^EXTRALIB/s/=/= -lelf/
|
||||||
w
|
w
|
||||||
q
|
q
|
||||||
|
|
Loading…
Reference in a new issue