1994-06-26 23:41:34 +00:00
|
|
|
# .Sanitize for devo/gas.
|
1991-05-23 17:18:12 +00:00
|
|
|
|
1994-01-04 21:18:15 +00:00
|
|
|
# Each directory to survive its way into a release will need a file
|
1991-05-23 17:18:12 +00:00
|
|
|
# like this one called "./.Sanitize". All keyword lines must exist,
|
|
|
|
# and must exist in the order specified by this file. Each directory
|
|
|
|
# in the tree will be processed, top down, in the following order.
|
|
|
|
|
|
|
|
# Hash started lines like this one are comments and will be deleted
|
|
|
|
# before anything else is done. Blank lines will also be squashed
|
|
|
|
# out.
|
|
|
|
|
|
|
|
# The lines between the "Do-first:" line and the "Things-to-keep:"
|
|
|
|
# line are executed as a /bin/sh shell script before anything else is
|
1994-06-26 23:41:34 +00:00
|
|
|
# done in this directory.
|
1991-05-23 17:18:12 +00:00
|
|
|
|
|
|
|
Do-first:
|
|
|
|
|
1997-09-22 00:27:36 +00:00
|
|
|
lose_these_too=""
|
|
|
|
for d in obsolete regress regress.m68k testscripts ; do
|
|
|
|
if [ -d $d ]; then
|
|
|
|
lose_these_too="${lose_these_too} $d"
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
|
1991-05-23 17:18:12 +00:00
|
|
|
# All files listed between the "Things-to-keep:" line and the
|
|
|
|
# "Files-to-sed:" line will be kept. All other files will be removed.
|
|
|
|
# Directories listed in this section will have their own Sanitize
|
|
|
|
# called. Directories not listed will be removed in their entirety
|
|
|
|
# with rm -rf.
|
|
|
|
|
|
|
|
Things-to-keep:
|
|
|
|
|
1992-12-08 08:05:32 +00:00
|
|
|
CONTRIBUTORS
|
1991-05-23 17:18:12 +00:00
|
|
|
COPYING
|
|
|
|
ChangeLog
|
1995-10-06 22:39:14 +00:00
|
|
|
ChangeLog.1
|
1997-08-06 04:30:05 +00:00
|
|
|
Makefile.am
|
1991-05-23 17:18:12 +00:00
|
|
|
Makefile.in
|
1992-12-08 08:05:32 +00:00
|
|
|
NEWS
|
1991-05-23 17:18:12 +00:00
|
|
|
README
|
1992-12-08 08:05:32 +00:00
|
|
|
README-vms
|
1994-08-28 20:07:16 +00:00
|
|
|
acconfig.h
|
1997-08-06 04:30:05 +00:00
|
|
|
acinclude.m4
|
1994-08-28 20:07:16 +00:00
|
|
|
aclocal.m4
|
1991-05-23 17:18:12 +00:00
|
|
|
app.c
|
|
|
|
as.c
|
|
|
|
as.h
|
|
|
|
atof-generic.c
|
|
|
|
bignum-copy.c
|
|
|
|
bignum.h
|
1992-12-08 08:05:32 +00:00
|
|
|
bit_fix.h
|
1997-04-05 00:21:26 +00:00
|
|
|
cgen.c
|
1991-05-23 17:18:12 +00:00
|
|
|
cond.c
|
|
|
|
config
|
1997-08-06 04:30:05 +00:00
|
|
|
config.in
|
1993-01-08 14:40:59 +00:00
|
|
|
config-gas.com
|
1994-08-28 20:07:16 +00:00
|
|
|
configure
|
1992-02-22 20:45:24 +00:00
|
|
|
configure.bat
|
1991-05-23 17:18:12 +00:00
|
|
|
configure.in
|
|
|
|
debug.c
|
1997-03-22 18:53:01 +00:00
|
|
|
dep-in.sed
|
1997-05-23 20:15:59 +00:00
|
|
|
depend.c
|
1992-02-14 00:21:34 +00:00
|
|
|
doc
|
1993-11-17 23:23:39 +00:00
|
|
|
ecoff.c
|
|
|
|
ecoff.h
|
1998-02-06 03:42:05 +00:00
|
|
|
ehopt.c
|
1995-05-12 00:04:35 +00:00
|
|
|
emul-target.h
|
|
|
|
emul.h
|
1991-05-23 17:18:12 +00:00
|
|
|
expr.c
|
|
|
|
expr.h
|
|
|
|
flonum-copy.c
|
1992-12-08 08:05:32 +00:00
|
|
|
flonum-konst.c
|
1991-05-23 17:18:12 +00:00
|
|
|
flonum-mult.c
|
|
|
|
flonum.h
|
|
|
|
frags.c
|
|
|
|
frags.h
|
1994-01-31 16:44:53 +00:00
|
|
|
gasp.c
|
1994-09-19 16:49:38 +00:00
|
|
|
gdbinit.in
|
1991-05-23 17:18:12 +00:00
|
|
|
hash.c
|
|
|
|
hash.h
|
|
|
|
input-file.c
|
|
|
|
input-file.h
|
|
|
|
input-scrub.c
|
1992-02-13 10:13:24 +00:00
|
|
|
link.cmd
|
1992-01-17 20:54:32 +00:00
|
|
|
listing.c
|
|
|
|
listing.h
|
1994-01-06 01:14:04 +00:00
|
|
|
literal.c
|
1997-02-11 02:07:57 +00:00
|
|
|
itbl-lex.l
|
|
|
|
itbl-ops.c
|
|
|
|
itbl-ops.h
|
|
|
|
itbl-parse.y
|
1995-09-29 02:38:28 +00:00
|
|
|
mac-as.r
|
Add support for macros.
* as.c: Include sb.h and macro.h.
(max_macro_next): New global variable.
(main): Call macro_init.
(macro_expr): New static function.
* as.h (max_macro_nest): Declare.
* read.c (line_label): Rename from mri_line_label. Change all
uses.
(potable): Add exitm, irp, irpc, macro, mexit, rept.
(read_a_source_file): Always clear line_label at the start of a
line, not just when flag_mri or LABELS_WITHOUT_COLONS. Fixup
MRI/LABELS_WITHOUT_COLONS handling. In MRI mode, permit label:
equ val. Set line_label when calling colon. In MRI mode, a
leading '.' does not imply a pseudo-op. Check for macro expansion
before calling md_assemble.
(s_irp): New function.
(get_line_sb): New static function.
(s_macro): New function.
(s_mexit): New function.
(s_rept): New function.
* read.h (line_label): Rename from mri_line_label.
(s_irp, s_rept): Declare.
(s_macro, s_mexit): Declare.
* input-scrub.c: Include sb.h.
(sb_index, from_sb): New static variables.
(macro_nest): New static variable.
(struct input_save): Add sb_index and from_sb fields. Change
next_saved_file field to be struct input_save *.
(next_saved_file): Changed to be struct input_save *.
(input_scrub_push): Change to return type struct input_save *.
Save sb_index and from_sb.
(input_scrub_pop): Change parameter type to struct input_save *.
Restore sb_index and from_sb.
(input_scrub_include_sb): New function.
(input_scrub_next_buffer): Handle reading from from_sb.
(bump_line_counters): Only increment lines if not using from_sb.
* config/tc-m68k.c (opt_table): Add nest.
(opt_nest): New static function.
* gasp.c: Include sb.h and macro.h. Move all sb related functions
and definitions to sb.h and sb.c. Move all macro related
functions and definitions to macro.h and macro.c.
* sb.h, sb.c: New files, extracted from gasp.c.
* macro.h, macro.c: Likewise.
* Makefile.in (OBJS): Add sb.o and macro.o
(GASPOBJS): Define.
(gasp.new): Depend upon $(GASPOBJS). Use $(GASPOBJS) to link.
(TARG_CPU_DEP_m68k): Depend upon subsegs.h.
(gasp.o): Depend upon sb.h and macro.h.
(sb.o): New target.
(macro.o): New target.
(as.o): Depend upon sb.h and macro.h.
(input-scrub.o): Depend upon sb.h.
(read.o): Depend upon sb.h and macro.h.
1995-08-21 18:35:11 +00:00
|
|
|
macro.c
|
|
|
|
macro.h
|
1996-08-08 16:42:41 +00:00
|
|
|
makefile.vms
|
1991-05-23 17:18:12 +00:00
|
|
|
messages.c
|
1995-04-12 19:29:34 +00:00
|
|
|
mpw-config.in
|
1995-09-29 02:38:28 +00:00
|
|
|
mpw-make.sed
|
1991-05-23 17:18:12 +00:00
|
|
|
obj.h
|
|
|
|
output-file.c
|
|
|
|
output-file.h
|
|
|
|
read.c
|
|
|
|
read.h
|
Add support for macros.
* as.c: Include sb.h and macro.h.
(max_macro_next): New global variable.
(main): Call macro_init.
(macro_expr): New static function.
* as.h (max_macro_nest): Declare.
* read.c (line_label): Rename from mri_line_label. Change all
uses.
(potable): Add exitm, irp, irpc, macro, mexit, rept.
(read_a_source_file): Always clear line_label at the start of a
line, not just when flag_mri or LABELS_WITHOUT_COLONS. Fixup
MRI/LABELS_WITHOUT_COLONS handling. In MRI mode, permit label:
equ val. Set line_label when calling colon. In MRI mode, a
leading '.' does not imply a pseudo-op. Check for macro expansion
before calling md_assemble.
(s_irp): New function.
(get_line_sb): New static function.
(s_macro): New function.
(s_mexit): New function.
(s_rept): New function.
* read.h (line_label): Rename from mri_line_label.
(s_irp, s_rept): Declare.
(s_macro, s_mexit): Declare.
* input-scrub.c: Include sb.h.
(sb_index, from_sb): New static variables.
(macro_nest): New static variable.
(struct input_save): Add sb_index and from_sb fields. Change
next_saved_file field to be struct input_save *.
(next_saved_file): Changed to be struct input_save *.
(input_scrub_push): Change to return type struct input_save *.
Save sb_index and from_sb.
(input_scrub_pop): Change parameter type to struct input_save *.
Restore sb_index and from_sb.
(input_scrub_include_sb): New function.
(input_scrub_next_buffer): Handle reading from from_sb.
(bump_line_counters): Only increment lines if not using from_sb.
* config/tc-m68k.c (opt_table): Add nest.
(opt_nest): New static function.
* gasp.c: Include sb.h and macro.h. Move all sb related functions
and definitions to sb.h and sb.c. Move all macro related
functions and definitions to macro.h and macro.c.
* sb.h, sb.c: New files, extracted from gasp.c.
* macro.h, macro.c: Likewise.
* Makefile.in (OBJS): Add sb.o and macro.o
(GASPOBJS): Define.
(gasp.new): Depend upon $(GASPOBJS). Use $(GASPOBJS) to link.
(TARG_CPU_DEP_m68k): Depend upon subsegs.h.
(gasp.o): Depend upon sb.h and macro.h.
(sb.o): New target.
(macro.o): New target.
(as.o): Depend upon sb.h and macro.h.
(input-scrub.o): Depend upon sb.h.
(read.o): Depend upon sb.h and macro.h.
1995-08-21 18:35:11 +00:00
|
|
|
sb.c
|
|
|
|
sb.h
|
1993-11-22 06:04:32 +00:00
|
|
|
stabs.c
|
1997-08-06 04:30:05 +00:00
|
|
|
stamp-h.in
|
1991-05-23 17:18:12 +00:00
|
|
|
struc-symbol.h
|
|
|
|
subsegs.c
|
|
|
|
subsegs.h
|
|
|
|
symbols.c
|
|
|
|
symbols.h
|
|
|
|
tc.h
|
1993-03-29 13:27:13 +00:00
|
|
|
testsuite
|
1994-03-15 03:35:59 +00:00
|
|
|
vmsconf.sh
|
1991-05-23 17:18:12 +00:00
|
|
|
write.c
|
|
|
|
write.h
|
|
|
|
|
1993-05-27 06:44:29 +00:00
|
|
|
Things-to-lose:
|
|
|
|
|
1991-05-23 17:18:12 +00:00
|
|
|
Do-last:
|
|
|
|
|
1997-09-03 23:06:11 +00:00
|
|
|
v850_files="ChangeLog configure.in configure"
|
1997-08-18 18:26:42 +00:00
|
|
|
if ( echo $* | grep keep\-v850e > /dev/null ) ; then
|
|
|
|
for i in $v850_files ; do
|
|
|
|
if test ! -d $i && (grep sanitize-v850e $i > /dev/null) ; then
|
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo Keeping v850e stuff in $i
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
else
|
|
|
|
for i in $v850_files ; do
|
|
|
|
if test ! -d $i && (grep sanitize-v850e $i > /dev/null) ; then
|
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo Removing traces of \"v850e\" from $i...
|
|
|
|
fi
|
|
|
|
cp $i new
|
|
|
|
sed '/start\-sanitize\-v850e/,/end-\sanitize\-v850e/d' < $i > new
|
|
|
|
if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
|
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo Caching $i in .Recover...
|
|
|
|
fi
|
|
|
|
mv $i .Recover
|
|
|
|
fi
|
|
|
|
mv new $i
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
fi
|
1997-02-11 13:26:34 +00:00
|
|
|
|
1997-10-22 21:34:33 +00:00
|
|
|
r5900_files="ChangeLog configure configure.in"
|
1997-02-11 13:26:34 +00:00
|
|
|
if ( echo $* | grep keep\-r5900 > /dev/null ) ; then
|
|
|
|
for i in $r5900_files ; do
|
|
|
|
if test ! -d $i && (grep sanitize-r5900 $i > /dev/null) ; then
|
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo Keeping r5900 stuff in $i
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
else
|
|
|
|
for i in $r5900_files ; do
|
|
|
|
if test ! -d $i && (grep sanitize-r5900 $i > /dev/null) ; then
|
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo Removing traces of \"r5900\" from $i...
|
|
|
|
fi
|
|
|
|
cp $i new
|
|
|
|
sed '/start\-sanitize\-r5900/,/end-\sanitize\-r5900/d' < $i > new
|
|
|
|
if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
|
1996-08-21 23:37:04 +00:00
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo Caching $i in .Recover...
|
|
|
|
fi
|
|
|
|
mv $i .Recover
|
|
|
|
fi
|
|
|
|
mv new $i
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
fi
|
|
|
|
|
1997-10-31 23:21:44 +00:00
|
|
|
vr5400_files="ChangeLog"
|
|
|
|
if ( echo $* | grep keep\-vr5400 > /dev/null ) ; then
|
|
|
|
for i in $vr5400_files ; do
|
|
|
|
if test ! -d $i && (grep sanitize-vr5400 $i > /dev/null) ; then
|
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo Keeping vr5400 stuff in $i
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
else
|
|
|
|
for i in $vr5400_files ; do
|
|
|
|
if test ! -d $i && (grep sanitize-vr5400 $i > /dev/null) ; then
|
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo Removing traces of \"vr5400\" from $i...
|
|
|
|
fi
|
|
|
|
cp $i new
|
|
|
|
sed '/start\-sanitize\-vr5400/,/end-\sanitize\-vr5400/d' < $i > new
|
|
|
|
if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
|
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo Caching $i in .Recover...
|
|
|
|
fi
|
|
|
|
mv $i .Recover
|
|
|
|
fi
|
|
|
|
mv new $i
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
fi
|
|
|
|
|
1997-09-10 04:53:18 +00:00
|
|
|
tx19_files="ChangeLog"
|
|
|
|
if ( echo $* | grep keep\-tx19 > /dev/null ) ; then
|
|
|
|
for i in $tx19_files ; do
|
|
|
|
if test ! -d $i && (grep sanitize-tx19 $i > /dev/null) ; then
|
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo Keeping tx19 stuff in $i
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
else
|
|
|
|
for i in $tx19_files ; do
|
|
|
|
if test ! -d $i && (grep sanitize-tx19 $i > /dev/null) ; then
|
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo Removing traces of \"tx19\" from $i...
|
|
|
|
fi
|
|
|
|
cp $i new
|
|
|
|
sed '/start\-sanitize\-tx19/,/end-\sanitize\-tx19/d' < $i > new
|
|
|
|
if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
|
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo Caching $i in .Recover...
|
|
|
|
fi
|
|
|
|
mv $i .Recover
|
|
|
|
fi
|
|
|
|
mv new $i
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
fi
|
|
|
|
|
1997-10-30 16:38:29 +00:00
|
|
|
tx49_files="ChangeLog"
|
|
|
|
if ( echo $* | grep keep\-tx49 > /dev/null ) ; then
|
|
|
|
for i in $tx49_files ; do
|
|
|
|
if test ! -d $i && (grep sanitize-tx49 $i > /dev/null) ; then
|
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo Keeping tx49 stuff in $i
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
else
|
|
|
|
for i in $tx49_files ; do
|
|
|
|
if test ! -d $i && (grep sanitize-tx49 $i > /dev/null) ; then
|
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo Removing traces of \"tx49\" from $i...
|
|
|
|
fi
|
|
|
|
cp $i new
|
|
|
|
sed '/start\-sanitize\-tx49/,/end-\sanitize\-tx49/d' < $i > new
|
|
|
|
if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
|
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo Caching $i in .Recover...
|
|
|
|
fi
|
|
|
|
mv $i .Recover
|
|
|
|
fi
|
|
|
|
mv new $i
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
fi
|
|
|
|
|
1996-12-28 05:59:26 +00:00
|
|
|
tic80_files="ChangeLog configure.in configure"
|
|
|
|
if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
|
|
|
|
for i in $tic80_files ; do
|
|
|
|
if test ! -d $i && (grep sanitize-tic80 $i > /dev/null) ; then
|
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo Keeping tic80 stuff in $i
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
else
|
|
|
|
for i in $tic80_files ; do
|
|
|
|
if test ! -d $i && (grep sanitize-tic80 $i > /dev/null) ; then
|
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo Removing traces of \"tic80\" from $i...
|
|
|
|
fi
|
|
|
|
cp $i new
|
|
|
|
sed '/start\-sanitize\-tic80/,/end-\sanitize\-tic80/d' < $i > new
|
|
|
|
if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
|
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo Caching $i in .Recover...
|
|
|
|
fi
|
|
|
|
mv $i .Recover
|
|
|
|
fi
|
|
|
|
mv new $i
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
fi
|
|
|
|
|
1997-02-27 18:59:07 +00:00
|
|
|
d30v_files="ChangeLog configure configure.in"
|
|
|
|
if ( echo $* | grep keep\-d30v > /dev/null ) ; then
|
|
|
|
for i in $d30v_files ; do
|
|
|
|
if test ! -d $i && (grep sanitize-d30v $i > /dev/null) ; then
|
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo Keeping d30v stuff in $i
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
else
|
|
|
|
for i in $d30v_files ; do
|
|
|
|
if test ! -d $i && (grep sanitize-d30v $i > /dev/null) ; then
|
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo Removing traces of \"d30v\" from $i...
|
|
|
|
fi
|
|
|
|
cp $i new
|
|
|
|
sed '/start\-sanitize\-d30v/,/end-\sanitize\-d30v/d' < $i > new
|
|
|
|
if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
|
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo Caching $i in .Recover...
|
|
|
|
fi
|
|
|
|
mv $i .Recover
|
|
|
|
fi
|
|
|
|
mv new $i
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
fi
|
|
|
|
|
1997-08-29 19:03:06 +00:00
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo Processing \"sh4\"...
|
|
|
|
fi
|
|
|
|
|
|
|
|
sh4_files="ChangeLog"
|
|
|
|
if ( echo $* | grep keep\-sh4 > /dev/null ) ; then
|
|
|
|
for i in $sh4_files ; do
|
|
|
|
if test ! -d $i && (grep sanitize-sh4 $i > /dev/null) ; then
|
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo Keeping sh4 stuff in $i
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
else
|
|
|
|
for i in $sh4_files ; do
|
|
|
|
if test ! -d $i && (grep sanitize-sh4 $i > /dev/null) ; then
|
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo Removing traces of \"sh4\" from $i...
|
|
|
|
fi
|
|
|
|
cp $i new
|
|
|
|
sed -e '/start\-sanitize\-sh4/,/end-\sanitize\-sh4/d' -e 's/.*restore\-sanitize\-sh4//' < $i > new
|
|
|
|
if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
|
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo Caching $i in .Recover...
|
|
|
|
fi
|
|
|
|
mv $i .Recover
|
|
|
|
fi
|
|
|
|
mv new $i
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
fi
|
|
|
|
|
1997-12-16 14:54:08 +00:00
|
|
|
m32rx_files="ChangeLog configure.in configure"
|
|
|
|
if ( echo $* | grep keep\-m32rx > /dev/null ) ; then
|
|
|
|
for i in $m32rx_files ; do
|
|
|
|
if test ! -d $i && (grep sanitize-m32rx $i > /dev/null) ; then
|
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo Keeping m32rx stuff in $i
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
else
|
|
|
|
for i in $m32rx_files ; do
|
|
|
|
if test ! -d $i && (grep sanitize-m32rx $i > /dev/null) ; then
|
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo Removing traces of \"m32rx\" from $i...
|
|
|
|
fi
|
|
|
|
cp $i new
|
|
|
|
sed '/start\-sanitize\-m32rx/,/end-\sanitize\-m32rx/d' < $i > new
|
|
|
|
if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
|
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo Caching $i in .Recover...
|
|
|
|
fi
|
|
|
|
mv $i .Recover
|
|
|
|
fi
|
|
|
|
mv new $i
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
fi
|
|
|
|
|
1997-12-22 18:03:58 +00:00
|
|
|
sky_files="ChangeLog configure.in configure"
|
|
|
|
if ( echo $* | grep keep\-sky > /dev/null ) ; then
|
|
|
|
for i in $sky_files ; do
|
|
|
|
if test ! -d $i && (grep sanitize-sky $i > /dev/null) ; then
|
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo Keeping sky stuff in $i
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
else
|
|
|
|
for i in $sky_files ; do
|
|
|
|
if test ! -d $i && (grep sanitize-sky $i > /dev/null) ; then
|
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo Removing traces of \"sky\" from $i...
|
|
|
|
fi
|
|
|
|
cp $i new
|
|
|
|
sed '/start\-sanitize\-sky/,/end-\sanitize\-sky/d' < $i > new
|
|
|
|
if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
|
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo Caching $i in .Recover...
|
|
|
|
fi
|
|
|
|
mv $i .Recover
|
|
|
|
fi
|
|
|
|
mv new $i
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
fi
|
|
|
|
|
1998-01-15 18:46:32 +00:00
|
|
|
vr4111_files="ChangeLog"
|
|
|
|
if ( echo $* | grep keep\-vr4111 > /dev/null ) ; then
|
|
|
|
for i in $vr4111_files ; do
|
|
|
|
if test ! -d $i && (grep sanitize-vr4111 $i > /dev/null) ; then
|
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo Keeping vr4111 stuff in $i
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
else
|
|
|
|
for i in $vr4111_files ; do
|
|
|
|
if test ! -d $i && (grep sanitize-vr4111 $i > /dev/null) ; then
|
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo Removing traces of \"vr4111\" from $i...
|
|
|
|
fi
|
|
|
|
cp $i new
|
|
|
|
sed '/start\-sanitize\-vr4111/,/end-\sanitize\-vr4111/d' < $i > new
|
|
|
|
if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
|
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo Caching $i in .Recover...
|
|
|
|
fi
|
|
|
|
mv $i .Recover
|
|
|
|
fi
|
|
|
|
mv new $i
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
fi
|
|
|
|
|
1994-11-24 21:36:00 +00:00
|
|
|
for i in * ; do
|
|
|
|
if test ! -d $i && (grep sanitize $i > /dev/null) ; then
|
|
|
|
echo '***' Some mentions of Sanitize are still left in $i! 1>&2
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
|
1991-05-23 17:18:12 +00:00
|
|
|
#
|
|
|
|
# End of file.
|