*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / config / sparc / .Sanitize
CommitLineData
b0cb2d91
FF
1# Each directory to survive it's way into a release will need a file
2# like this one called "./.Sanitize". All keyword lines must exist,
3# and must exist in the order specified by this file. Each directory
4# in the tree will be processed, top down, in the following order.
5
6# Hash started lines like this one are comments and will be deleted
7# before anything else is done. Blank lines will also be squashed
8# out.
9
10# The lines between the "Do-first:" line and the "Things-to-keep:"
11# line are executed as a /bin/sh shell script before anything else is
12# done in this
13
14Do-first:
15
16# All files listed between the "Things-to-keep:" line and the
17# "Files-to-sed:" line will be kept. All other files will be removed.
18# Directories listed in this section will have their own Sanitize
19# called. Directories not listed will be removed in their entirety
20# with rm -rf.
21
22Things-to-keep:
23
24nm-sun4os4.h
25sparc-em.mt
e8a5f0ed 26sparclite.mt
b0cb2d91
FF
27sun4os4.mh
28sun4os4.mt
29sun4sol2.mh
30sun4sol2.mt
31tm-sparc.h
e8a5f0ed 32tm-sparclite.h
b0cb2d91
FF
33tm-spc-em.h
34tm-sun4os4.h
35tm-sun4sol2.h
36xm-sparc.h
37xm-sun4os4.h
38xm-sun4sol2.h
39
40Do-last:
41
42# End of file.
This page took 0.025232 seconds and 4 git commands to generate.