Added harris
[deliverable/binutils-gdb.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-harris.h
36 h-hp300bsd.h
37 h-hp9000.h
38 h-i386mach.h
39 h-i386v.h
40 h-irix3.h
41 h-news.h
42 h-rs6000.h
43 h-rtbsd.h
44 h-sparc-ll.h
45 h-sparc.h
46 h-sun3.h
47 h-tahoe.h
48 h-ultra3.h
49 h-vaxbsd.h
50 h-vaxult.h
51
52 Do-last:
53
54 echo Done in `pwd`.
55
56 #
57 #
58 # $Log$
59 # Revision 1.13 1991/11/14 15:24:43 sac
60 # Added harris
61 #
62 # Revision 1.12 1991/11/05 20:55:45 sac
63 # Added h-delta88
64 #
65 # Revision 1.11 1991/10/16 21:40:40 gnu
66 # sparc-64 to sparc-ll
67 #
68 # Revision 1.10 1991/10/12 07:38:07 gnu
69 # Update for new bfd/hosts.
70 #
71 # Revision 1.9 1991/10/05 06:18:50 gnu
72 # h-amix.h
73 #
74 # Revision 1.8 1991/10/04 08:27:36 gnu
75 # Add 386 Mach host support.
76 #
77 # Revision 1.7 1991/09/20 03:42:22 gnu
78 # Undo precipitous changes.
79 #
80 # Revision 1.5 1991/09/17 06:57:44 grossman
81 # sgi/irix config stuff.
82 #
83 # Revision 1.4 1991/09/13 03:56:25 gnu
84 # Ultracomputer
85 #
86 # Revision 1.3 1991/08/22 08:01:20 gnu
87 # Add hp 300 BSD.
88 #
89 # Revision 1.2 1991/07/24 00:59:57 gnu
90 # Add h-rtbsd.h.
91 #
92 # Revision 1.1 1991/05/23 16:56:36 rich
93 # Initial revision
94 #
95 #
96 #
97
98 # End of file.
This page took 0.032025 seconds and 5 git commands to generate.