* gdb.stabs/hppa.mt: A makefile fragment for the PA.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.stabs / .Sanitize
CommitLineData
b0258427
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 directory.
13
14Do-first:
15
16# All files listed between the "Things-to-keep:" line and the
17# "Do-last:" 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
24Makefile.in
a72e9833 25alpha.mt
b0258427
FF
26aout.mt
27configure.in
76b098d1 28ecoff.mt
dd06d920
JK
29aout.sed
30ecoff.sed
20fde16a
JL
31hppa.mt
32hppa.sed
dd06d920 33xcoff.sed
8cced93d
ILT
34weird.def
35weird.exp
b0258427
FF
36xcoff.mt
37
38Things-to-lose:
39
775d4a40 40
b0258427
FF
41# The lines between the "Do-last:" line and the end of the file
42# are executed as a /bin/sh shell script after everything else is
43# done.
44
45Do-last:
46# eof
This page took 0.061824 seconds and 4 git commands to generate.