aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/coff/.Sanitize21
-rw-r--r--include/opcode/.Sanitize21
2 files changed, 0 insertions, 42 deletions
diff --git a/include/coff/.Sanitize b/include/coff/.Sanitize
index 72373e2..b84f971 100644
--- a/include/coff/.Sanitize
+++ b/include/coff/.Sanitize
@@ -56,25 +56,4 @@ Things-to-lose:
Do-last:
-i960xl_files="ChangeLog i960.h"
-if ( echo $* | grep keep\-i960xl > /dev/null ) ; then
- if [ -n "${verbose}" ] ; then
- echo Keeping i960xl stuff in $i960xl_files.
- fi
-else
- if [ -n "${verbose}" ]; then
- echo -n Cleaning i960xl in `pwd`:
- fi
- for f in $i960xl_files ; do
- if [ -n "${verbose}" ] ; then
- echo -n " " $f
- fi
- sed '/start\-sanitize\-i960xl/,/end\-sanitize\-i960xl/d' < $f > new
- if [ -n "${safe}" ] ; then
- mv $f .Recover
- fi
- mv new $f
- done
-fi
-
# End of file.
diff --git a/include/opcode/.Sanitize b/include/opcode/.Sanitize
index 818c72f..76b8d9f 100644
--- a/include/opcode/.Sanitize
+++ b/include/opcode/.Sanitize
@@ -58,27 +58,6 @@ Things-to-lose:
Do-last:
-i960xl_files="ChangeLog i960.h"
-if ( echo $* | grep keep\-i960xl > /dev/null ) ; then
- if [ -n "${verbose}" ] ; then
- echo Keeping i960xl stuff in $i960xl_files.
- fi
-else
- if [ -n "${verbose}" ]; then
- echo -n Cleaning i960xl in `pwd`:
- fi
- for f in $i960xl_files ; do
- if [ -n "${verbose}" ] ; then
- echo -n " " $f
- fi
- sed -e '/start\-sanitize\-i960xl/,/end\-sanitize\-i960xl/d' -e '/XL/d' < $f > new
- if [ -n "${safe}" ] ; then
- mv $f .Recover
- fi
- mv new $f
- done
-fi
-
arc_files="ChangeLog"
if ( echo $* | grep keep\-arc > /dev/null ) ; then
for i in $arc_files ; do