]> Git Repo - binutils.git/blame - bfd/hosts/.Sanitize
Added harris
[binutils.git] / bfd / hosts / .Sanitize
CommitLineData
0fd8d5d9
RP
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
18Do-first:
19
20echo 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
28Things-to-keep:
29
23e667ae 30h-amix.h
fa744079 31h-decstation.h
0fd8d5d9 32h-dgux.h
a53047e8 33h-delta88.h
fa744079 34h-dose.h
fb3851d4 35h-harris.h
80d8c025 36h-hp300bsd.h
fa744079 37h-hp9000.h
89cbb706 38h-i386mach.h
0fd8d5d9 39h-i386v.h
acd551ee 40h-irix3.h
fa744079 41h-news.h
0fd8d5d9 42h-rs6000.h
fcab31c1 43h-rtbsd.h
a3ae208f 44h-sparc-ll.h
fa744079 45h-sparc.h
0fd8d5d9 46h-sun3.h
fa744079 47h-tahoe.h
e3e3d88a 48h-ultra3.h
0fd8d5d9
RP
49h-vaxbsd.h
50h-vaxult.h
0fd8d5d9
RP
51
52Do-last:
53
54echo Done in `pwd`.
55
56#
57#
58# $Log$
fb3851d4
SC
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
a53047e8
SC
63# Added h-delta88
64#
65# Revision 1.11 1991/10/16 21:40:40 gnu
a3ae208f
JG
66# sparc-64 to sparc-ll
67#
68# Revision 1.10 1991/10/12 07:38:07 gnu
fa744079
JG
69# Update for new bfd/hosts.
70#
71# Revision 1.9 1991/10/05 06:18:50 gnu
23e667ae
JG
72# h-amix.h
73#
74# Revision 1.8 1991/10/04 08:27:36 gnu
89cbb706
JG
75# Add 386 Mach host support.
76#
77# Revision 1.7 1991/09/20 03:42:22 gnu
8215bbac 78# Undo precipitous changes.
f3d70fe5
SC
79#
80# Revision 1.5 1991/09/17 06:57:44 grossman
acd551ee
SG
81# sgi/irix config stuff.
82#
83# Revision 1.4 1991/09/13 03:56:25 gnu
e3e3d88a
JG
84# Ultracomputer
85#
86# Revision 1.3 1991/08/22 08:01:20 gnu
80d8c025
JG
87# Add hp 300 BSD.
88#
89# Revision 1.2 1991/07/24 00:59:57 gnu
fcab31c1
JG
90# Add h-rtbsd.h.
91#
92# Revision 1.1 1991/05/23 16:56:36 rich
0fd8d5d9
RP
93# Initial revision
94#
95#
96#
97
98# End of file.
This page took 0.05832 seconds and 4 git commands to generate.