aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1991-09-04 01:55:53 +0000
committerK. Richard Pixley <rich@cygnus>1991-09-04 01:55:53 +0000
commit3116e6cf2fa5b84060314df859039580fb68a48a (patch)
treef7fbc23d12110c5042ddb3a24a108bede43a2426 /gas
parent10effd407ef2eb9fe7d40795898eef0eda542006 (diff)
downloadgdb-3116e6cf2fa5b84060314df859039580fb68a48a.zip
gdb-3116e6cf2fa5b84060314df859039580fb68a48a.tar.gz
gdb-3116e6cf2fa5b84060314df859039580fb68a48a.tar.bz2
test & recover a better way.
Diffstat (limited to 'gas')
-rw-r--r--gas/config/.Sanitize9
1 files changed, 7 insertions, 2 deletions
diff --git a/gas/config/.Sanitize b/gas/config/.Sanitize
index cff4587..2305f9c 100644
--- a/gas/config/.Sanitize
+++ b/gas/config/.Sanitize
@@ -18,7 +18,6 @@
Do-first:
echo Sanitizing `pwd`...
-recover="tc-sparc.c"
# All files listed between the "Things-to-keep:" line and the
# "Files-to-sed:" line will be kept. All other files will be removed.
@@ -101,6 +100,9 @@ if ( echo $* | grep keep\-v9 > /dev/null ) ; then
else
echo Cleaning tc-sparc.c...
sed '/start\-sanitize/,/end-sanitize/d' < tc-sparc.c > new
+ if [ -n "${safe}" ] ; then
+ cp tc-sparc.c .Recover
+ fi
mv new tc-sparc.c
fi
@@ -109,7 +111,10 @@ echo Done in `pwd`.
#
#
# $Log$
-# Revision 1.3 1991/09/02 21:26:15 rich
+# Revision 1.4 1991/09/04 01:55:53 rich
+# test & recover a better way.
+#
+# Revision 1.3 1991/09/02 21:26:15 rich
# "recover" tc-sparc.c
#
# Revision 1.2 1991/09/02 01:03:38 rich