Arrange to clean out references to Hitachi SH.
authorRoland Pesch <pesch@cygnus>
Thu, 15 Apr 1993 23:06:08 +0000 (23:06 +0000)
committerRoland Pesch <pesch@cygnus>
Thu, 15 Apr 1993 23:06:08 +0000 (23:06 +0000)
gas/doc/.Sanitize

index 91ebfe7af796a8233415b0713b7613d596d2ee33..3a206017163b803cbb52be54534e2d62105c1c34 100644 (file)
@@ -33,11 +33,33 @@ as.texinfo
 
 Do-last:
 
+shdirty="as.texinfo h8.texi all.texi"
 
+if ( echo $* | grep keep\-sh > /dev/null ) ; then
+       echo Keeping Hitachi SH in ${shdirty}
+else
+       for i in ${shdirty} ; do
+               echo Sanitizing Hitachi SH in $i
+               rm -f new
+               sed '/start Hitachi-SH/,/^end Hitachi-SH/d' < $i > new
+               if grep -s "[- ]SH" new ; then
+                       echo *****SANITIZING HITACHI SH IN $i FAILED*****\a\a
+               fi
+               if [ -n "${safe}" ] ; then
+                       mv $i .Recover
+               else
+                       rm $i
+               fi
+               mv new $i
+       done
+fi
 #
 #
 # $Log$
-# Revision 1.9  1993/04/08 03:12:53  pesch
+# Revision 1.10  1993/04/15 23:06:08  pesch
+# Arrange to clean out references to Hitachi SH.
+#
+# Revision 1.9  1993/04/08  03:12:53  pesch
 # Converted to Texinfo conditionals; no longer need M4.
 # Checked makeinfo output for "all" config; other old M4 configs now sanitized
 # out, will be replaced by .texi configs as each config is tested.
This page took 0.026191 seconds and 4 git commands to generate.