mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 10:34:21 +08:00
Added "recover"'ability.
This commit is contained in:
@ -17,8 +17,6 @@
|
|||||||
|
|
||||||
Do-first:
|
Do-first:
|
||||||
|
|
||||||
recover=aoutx.h
|
|
||||||
|
|
||||||
echo Sanitizing `pwd`.
|
echo Sanitizing `pwd`.
|
||||||
|
|
||||||
# All files listed between the "Things-to-keep:" line and the
|
# All files listed between the "Things-to-keep:" line and the
|
||||||
@ -90,7 +88,11 @@ else
|
|||||||
rm -f new
|
rm -f new
|
||||||
while grep -s start-sanitize-v9 aoutx.h ; do
|
while grep -s start-sanitize-v9 aoutx.h ; do
|
||||||
sed -e '/start-sanitize-v9/,/end-sanitize-v9/d' <aoutx.h >new
|
sed -e '/start-sanitize-v9/,/end-sanitize-v9/d' <aoutx.h >new
|
||||||
|
if [ -n "${safe}" ] ; then
|
||||||
|
mv aoutx.h .Recover
|
||||||
|
else
|
||||||
rm aoutx.h
|
rm aoutx.h
|
||||||
|
fi
|
||||||
mv new aoutx.h
|
mv new aoutx.h
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
@ -100,6 +102,9 @@ echo Done in `pwd`.
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
# $Log$
|
# $Log$
|
||||||
|
# Revision 1.20 1991/09/04 03:59:15 rich
|
||||||
|
# Added "recover"'ability.
|
||||||
|
#
|
||||||
# Revision 1.19 1991/09/03 22:21:30 rich
|
# Revision 1.19 1991/09/03 22:21:30 rich
|
||||||
# "recover" aoutx.h
|
# "recover" aoutx.h
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user