899e0bf82312b3f287afa3fcf35c91411699edff
[deliverable/binutils-gdb.git] / opcodes / .Sanitize
1 # .Sanitize for devo/opcodes.
2
3 # Each directory to survive its way into a release will need a file
4 # like this one called "./.Sanitize". All keyword lines must exist,
5 # and must exist in the order specified by this file. Each directory
6 # in the tree will be processed, top down, in the following order.
7
8 # Hash started lines like this one are comments and will be deleted
9 # before anything else is done. Blank lines will also be squashed
10 # out.
11
12 # The lines between the "Do-first:" line and the "Things-to-keep:"
13 # line are executed as a /bin/sh shell script before anything else is
14 # done in this directory.
15
16 Do-first:
17
18 mpw_files="mpw-make.in mpw-config.in ChangeLog.mpw"
19
20 if ( echo $* | grep keep\-mpw > /dev/null ) ; then
21 keep_these_too="${mpw_files} ${keep_these_too}"
22 else
23 lose_these_too="${mpw_files} ${lose_these_too}"
24 fi
25
26 # All files listed between the "Things-to-keep:" line and the
27 # "Files-to-sed:" line will be kept. All other files will be removed.
28 # Directories listed in this section will have their own Sanitize
29 # called. Directories not listed will be removed in their entirety
30 # with rm -rf.
31
32 Things-to-keep:
33
34 ChangeLog
35 Makefile.in
36 alpha-dis.c
37 alpha-opc.h
38 a29k-dis.c
39 configure.bat
40 configure.in
41 dis-buf.c
42 disassemble.c
43 h8300-dis.c
44 h8500-dis.c
45 h8500-opc.h
46 hppa-dis.c
47 i386-dis.c
48 i960-dis.c
49 m68k-dis.c
50 m88k-dis.c
51 mips-dis.c
52 mips-opc.c
53 ppc-dis.c
54 ppc-opc.c
55 sh-opc.h
56 sh-dis.c
57 sparc-dis.c
58 sparc-opc.c
59 z8k-dis.c
60 z8k-opc.h
61 z8kgen.c
62
63 Things-to-lose:
64
65 Do-last:
66
67 # End of file.
This page took 0.034203 seconds and 4 git commands to generate.