Added h-delta88
[platform/upstream/binutils.git] / bfd / hosts / .Sanitize
1 # .Sanitize for devo/include/sys.
2 # $Id$
3 #
4
5 # Each directory to survive it's way into a release will need a file
6 # like this one called "./.Sanitize".  All keyword lines must exist,
7 # and must exist in the order specified by this file.  Each directory
8 # in the tree will be processed, top down, in the following order.
9
10 # Hash started lines like this one are comments and will be deleted
11 # before anything else is done.  Blank lines will also be squashed
12 # out.
13
14 # The lines between the "Do-first:" line and the "Things-to-keep:"
15 # line are executed as a /bin/sh shell script before anything else is
16 # done in this 
17
18 Do-first:
19
20 echo Sanitizing `pwd`...
21
22 # All files listed between the "Things-to-keep:" line and the
23 # "Files-to-sed:" line will be kept.  All other files will be removed.
24 # Directories listed in this section will have their own Sanitize
25 # called.  Directories not listed will be removed in their entirety
26 # with rm -rf.
27
28 Things-to-keep:
29
30 h-amix.h
31 h-decstation.h
32 h-dgux.h
33 h-delta88.h
34 h-dose.h
35 h-hp300bsd.h
36 h-hp9000.h
37 h-i386mach.h
38 h-i386v.h
39 h-irix3.h
40 h-news.h
41 h-rs6000.h
42 h-rtbsd.h
43 h-sparc-ll.h
44 h-sparc.h
45 h-sun3.h
46 h-tahoe.h
47 h-ultra3.h
48 h-vaxbsd.h
49 h-vaxult.h
50
51 Do-last:
52
53 echo Done in `pwd`.
54
55 #
56 #
57 # $Log$
58 # Revision 1.12  1991/11/05 20:55:45  sac
59 # Added h-delta88
60 #
61 # Revision 1.11  1991/10/16  21:40:40  gnu
62 # sparc-64 to sparc-ll
63 #
64 # Revision 1.10  1991/10/12  07:38:07  gnu
65 # Update for new bfd/hosts.
66 #
67 # Revision 1.9  1991/10/05  06:18:50  gnu
68 # h-amix.h
69 #
70 # Revision 1.8  1991/10/04  08:27:36  gnu
71 # Add 386 Mach host support.
72 #
73 # Revision 1.7  1991/09/20  03:42:22  gnu
74 # Undo precipitous changes.
75 #
76 # Revision 1.5  1991/09/17  06:57:44  grossman
77 # sgi/irix config stuff.
78 #
79 # Revision 1.4  1991/09/13  03:56:25  gnu
80 # Ultracomputer
81 #
82 # Revision 1.3  1991/08/22  08:01:20  gnu
83 # Add hp 300 BSD.
84 #
85 # Revision 1.2  1991/07/24  00:59:57  gnu
86 # Add h-rtbsd.h.
87 #
88 # Revision 1.1  1991/05/23  16:56:36  rich
89 # Initial revision
90 #
91 #
92 #
93
94 # End of file.