diff options
Diffstat (limited to 'gdb/config/i386/.Sanitize')
-rw-r--r-- | gdb/config/i386/.Sanitize | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/gdb/config/i386/.Sanitize b/gdb/config/i386/.Sanitize new file mode 100644 index 0000000..51d12b9 --- /dev/null +++ b/gdb/config/i386/.Sanitize @@ -0,0 +1,73 @@ +# Each directory to survive it's way into a release will need a file +# 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 +# done in this + +Do-first: + +# 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: + +go32.mh +i386aout.mt +i386bsd.mh +i386bsd.mt +i386mach.mh +i386sco.mh +i386sco4.mh +i386sol2.mh +i386sol2.mt +i386v.mh +i386v.mt +i386v32.mh +i386v4.mh +i386v4.mt +linux.mh +linux.mt +ncr3000.mh +ncr3000.mt +nm-i386bsd.h +nm-i386mach.h +nm-i386sco.h +nm-i386sco4.h +nm-i386v.h +nm-i386v4.h +nm-linux.h +nm-sun386.h +sun386.mh +sun386.mt +symmetry.mh +symmetry.mt +tm-i386bsd.h +tm-i386v.h +tm-i386v4.h +tm-linux.h +tm-sun386.h +tm-symmetry.h +xm-go32.h +xm-i386bsd.h +xm-i386mach.h +xm-i386sco.h +xm-i386v.h +xm-i386v32.h +xm-i386v4.h +xm-linux.h +xm-sun386.h +xm-symmetry.h + +Do-last: + +# End of file. |