test & recover a better way.
This commit is contained in:
parent
10effd407e
commit
3116e6cf2f
@ -18,7 +18,6 @@
|
|||||||
Do-first:
|
Do-first:
|
||||||
|
|
||||||
echo Sanitizing `pwd`...
|
echo Sanitizing `pwd`...
|
||||||
recover="tc-sparc.c"
|
|
||||||
|
|
||||||
# All files listed between the "Things-to-keep:" line and the
|
# All files listed between the "Things-to-keep:" line and the
|
||||||
# "Files-to-sed:" line will be kept. All other files will be removed.
|
# "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
|
else
|
||||||
echo Cleaning tc-sparc.c...
|
echo Cleaning tc-sparc.c...
|
||||||
sed '/start\-sanitize/,/end-sanitize/d' < tc-sparc.c > new
|
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
|
mv new tc-sparc.c
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -109,6 +111,9 @@ echo Done in `pwd`.
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
# $Log$
|
# $Log$
|
||||||
|
# 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
|
# Revision 1.3 1991/09/02 21:26:15 rich
|
||||||
# "recover" tc-sparc.c
|
# "recover" tc-sparc.c
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user