1994-09-04 23:18:31 +00:00
|
|
|
# .Sanitize for devo/gdb/config/mips.
|
|
|
|
|
|
|
|
# Each directory to survive its way into a release will need a file
|
1993-03-23 03:58:44 +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-09-04 23:18:31 +00:00
|
|
|
# done in this directory.
|
1993-03-23 03:58:44 +00:00
|
|
|
|
|
|
|
Do-first:
|
|
|
|
|
1997-09-17 20:59:27 +00:00
|
|
|
tx19_files="tm-tx19.h tm-tx19l.h tx19.mt tx19l.mt"
|
|
|
|
|
|
|
|
if ( echo $* | grep keep\-tx19 > /dev/null ) ; then
|
|
|
|
keep_these_too="${tx19_files} ${keep_these_too}"
|
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo Keeping ${tx19_files}
|
|
|
|
fi
|
|
|
|
else
|
|
|
|
lose_these_too="${tx19_files} ${lose_these_too}"
|
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo Deleting ${tx19_files}
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
1998-01-22 18:23:43 +00:00
|
|
|
tx49_files="tm-tx49.h tm-tx49el.h tx49.mt tx49el.mt"
|
1997-12-15 12:38:05 +00:00
|
|
|
|
|
|
|
if ( echo $* | grep keep\-tx49 > /dev/null ) ; then
|
|
|
|
keep_these_too="${tx49_files} ${keep_these_too}"
|
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo Keeping ${tx49_files}
|
|
|
|
fi
|
|
|
|
else
|
|
|
|
lose_these_too="${tx49_files} ${lose_these_too}"
|
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo Deleting ${tx49_files}
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
1997-09-26 18:53:22 +00:00
|
|
|
if ( echo $* | grep keep\-r5900 > /dev/null ) ; then
|
|
|
|
keep_these_too="tm-r5900.h r5900.mt ${keep_these_too}"
|
|
|
|
else
|
|
|
|
lose_these_too="tm-r5900.h r5900.mt ${lose_these_too}"
|
|
|
|
fi
|
|
|
|
|
1998-01-22 23:25:18 +00:00
|
|
|
if ( echo $* | grep keep\-sky > /dev/null ) ; then
|
|
|
|
keep_these_too="tm-txvu.h txvu.mt ${keep_these_too}"
|
|
|
|
else
|
|
|
|
lose_these_too="tm-txvu.h txvu.mt ${lose_these_too}"
|
|
|
|
fi
|
|
|
|
|
1998-04-21 19:23:31 +00:00
|
|
|
if ( echo $* | grep keep\-vr4320 > /dev/null ) ; then
|
|
|
|
keep_these_too="tm-vr4320.h vr4320.mt ${keep_these_too}"
|
|
|
|
else
|
|
|
|
lose_these_too="tm-vr4320.h vr4320.mt ${lose_these_too}"
|
|
|
|
fi
|
|
|
|
|
1993-03-23 03:58:44 +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:
|
|
|
|
|
|
|
|
bigmips.mt
|
1994-02-18 15:42:48 +00:00
|
|
|
bigmips64.mt
|
1993-03-23 03:58:44 +00:00
|
|
|
decstation.mh
|
|
|
|
decstation.mt
|
1995-11-18 00:25:35 +00:00
|
|
|
embed.mt
|
|
|
|
embed64.mt
|
|
|
|
embedl.mt
|
|
|
|
embedl64.mt
|
1993-03-23 03:58:44 +00:00
|
|
|
irix3.mh
|
|
|
|
irix3.mt
|
|
|
|
irix4.mh
|
1993-12-06 17:12:23 +00:00
|
|
|
irix5.mh
|
|
|
|
irix5.mt
|
1993-03-23 03:58:44 +00:00
|
|
|
littlemips.mh
|
|
|
|
littlemips.mt
|
New Mach stuff:
* config/i386/i386mach.c: Explain this is for the old (probably
non-functional and/or obsolete) Mach stuff.
* m3-nat.c, config/nm-m3.h,
i386m3-nat.c, mipsm3-nat.c, ns32km3-nat.c,
config/i386/{i386m3.mh,i386m3.mt,tm-i386m3.h,xm-i386m3.h},
config/i386/{i386mk.mh,i386mk.mt,tm-i386mk.h,xm-i386mk.h},
config/mips/{mipsm3.mh,mipsm3.mt,tm-mipsm3.h,xm-mipsm3.h},
config/ns32k/{ns32km3.mh,ns32km3.mt,tm-ns32km3.h,xm-ns32km3.h}:
New files.
1993-10-07 20:13:08 +00:00
|
|
|
mipsm3.mh
|
|
|
|
mipsm3.mt
|
1994-04-08 00:37:48 +00:00
|
|
|
mipsv4.mh
|
|
|
|
mipsv4.mt
|
1993-06-18 21:49:24 +00:00
|
|
|
news-mips.mh
|
1993-03-23 03:58:44 +00:00
|
|
|
nm-irix3.h
|
|
|
|
nm-irix4.h
|
1996-01-02 21:59:11 +00:00
|
|
|
nm-irix5.h
|
1993-03-23 03:58:44 +00:00
|
|
|
nm-mips.h
|
1993-06-18 21:49:24 +00:00
|
|
|
nm-news-mips.h
|
1993-06-18 22:20:49 +00:00
|
|
|
nm-riscos.h
|
|
|
|
riscos.mh
|
1993-03-23 03:58:44 +00:00
|
|
|
tm-bigmips.h
|
1994-02-18 15:42:48 +00:00
|
|
|
tm-bigmips64.h
|
1995-11-18 00:25:35 +00:00
|
|
|
tm-embed.h
|
|
|
|
tm-embed64.h
|
|
|
|
tm-embedl.h
|
|
|
|
tm-embedl64.h
|
1993-03-23 03:58:44 +00:00
|
|
|
tm-irix3.h
|
1993-12-06 17:12:23 +00:00
|
|
|
tm-irix5.h
|
1993-03-23 03:58:44 +00:00
|
|
|
tm-mips.h
|
1994-02-18 15:42:48 +00:00
|
|
|
tm-mips64.h
|
New Mach stuff:
* config/i386/i386mach.c: Explain this is for the old (probably
non-functional and/or obsolete) Mach stuff.
* m3-nat.c, config/nm-m3.h,
i386m3-nat.c, mipsm3-nat.c, ns32km3-nat.c,
config/i386/{i386m3.mh,i386m3.mt,tm-i386m3.h,xm-i386m3.h},
config/i386/{i386mk.mh,i386mk.mt,tm-i386mk.h,xm-i386mk.h},
config/mips/{mipsm3.mh,mipsm3.mt,tm-mipsm3.h,xm-mipsm3.h},
config/ns32k/{ns32km3.mh,ns32km3.mt,tm-ns32km3.h,xm-ns32km3.h}:
New files.
1993-10-07 20:13:08 +00:00
|
|
|
tm-mipsm3.h
|
1994-04-08 00:37:48 +00:00
|
|
|
tm-mipsv4.h
|
1997-06-13 20:53:34 +00:00
|
|
|
tm-tx39.h
|
|
|
|
tm-tx39l.h
|
1998-05-13 01:20:22 +00:00
|
|
|
tm-vr4xxx.h
|
1995-09-01 15:33:14 +00:00
|
|
|
tm-vr4300.h
|
|
|
|
tm-vr4300el.h
|
1996-10-28 16:38:46 +00:00
|
|
|
tm-vr5000.h
|
|
|
|
tm-vr5000el.h
|
1996-02-25 22:05:49 +00:00
|
|
|
tm-vxmips.h
|
1997-07-22 20:58:56 +00:00
|
|
|
tx39.mt
|
|
|
|
tx39l.mt
|
1998-05-13 01:20:22 +00:00
|
|
|
vr4xxx.mt
|
1995-09-01 15:33:14 +00:00
|
|
|
vr4300.mt
|
1995-09-30 11:46:31 +00:00
|
|
|
vr4300el.mt
|
1996-10-28 16:38:46 +00:00
|
|
|
vr5000.mt
|
|
|
|
vr5000el.mt
|
1996-02-25 22:05:49 +00:00
|
|
|
vxmips.mt
|
1993-03-23 03:58:44 +00:00
|
|
|
xm-irix3.h
|
|
|
|
xm-irix4.h
|
1993-12-06 17:12:23 +00:00
|
|
|
xm-irix5.h
|
1993-03-23 03:58:44 +00:00
|
|
|
xm-mips.h
|
New Mach stuff:
* config/i386/i386mach.c: Explain this is for the old (probably
non-functional and/or obsolete) Mach stuff.
* m3-nat.c, config/nm-m3.h,
i386m3-nat.c, mipsm3-nat.c, ns32km3-nat.c,
config/i386/{i386m3.mh,i386m3.mt,tm-i386m3.h,xm-i386m3.h},
config/i386/{i386mk.mh,i386mk.mt,tm-i386mk.h,xm-i386mk.h},
config/mips/{mipsm3.mh,mipsm3.mt,tm-mipsm3.h,xm-mipsm3.h},
config/ns32k/{ns32km3.mh,ns32km3.mt,tm-ns32km3.h,xm-ns32km3.h}:
New files.
1993-10-07 20:13:08 +00:00
|
|
|
xm-mipsm3.h
|
1994-04-08 00:37:48 +00:00
|
|
|
xm-mipsv4.h
|
1993-06-18 21:49:24 +00:00
|
|
|
xm-news-mips.h
|
1993-06-18 22:20:49 +00:00
|
|
|
xm-riscos.h
|
1993-03-23 03:58:44 +00:00
|
|
|
|
1993-05-27 06:44:29 +00:00
|
|
|
Things-to-lose:
|
1993-07-30 16:46:19 +00:00
|
|
|
|
1993-03-23 03:58:44 +00:00
|
|
|
Do-last:
|
|
|
|
|
|
|
|
# End of file.
|