* lynx-core.c (lynx_core_file_p): Change bfd_zalloc to bfd_alloc.
[deliverable/binutils-gdb.git] / bfd / hosts / .Sanitize
... / ...
CommitLineData
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
20# All files listed between the "Things-to-keep:" line and the
21# "Files-to-sed:" line will be kept. All other files will be removed.
22# Directories listed in this section will have their own Sanitize
23# called. Directories not listed will be removed in their entirety
24# with rm -rf.
25
26Things-to-keep:
27
28alphaosf.h
29amix.h
30apollo68.h
31apollov68.h
32decstation.h
33dgux.h
34delta68.h
35delta88.h
36delta88v4.h
37dose.h
38dpx2.h
39go32.h
40harris.h
41hp300bsd.h
42hp300.h
43hppabsd.h
44hppahpux.h
45i386aix.h
46i386bsd.h
47i386linux.h
48i386lynx.h
49i386mach3.h
50i386osf1mk.h
51i386sco.h
52i386v.h
53i386v4.h
54irix3.h
55irix4.h
56lynx.h
57m68klynx.h
58miniframe.h
59mipsbsd.h
60news.h
61news-mips.h
62ncr3000.h
63riscos.h
64rs6000.h
65rtbsd.h
66solaris2.h
67sparc-ll.h
68sparc.h
69sparclynx.h
70std-host.h
71stratus.h
72sun3.h
73symmetry.h
74sysv4.h
75tahoe.h
76ultra3.h
77vaxbsd.h
78vaxult.h
79vaxult2.h
80we32k.h
81
82Things-to-lose:
83
84
85esix.h
86
87Do-last:
88
89# End of file.
This page took 0.024339 seconds and 4 git commands to generate.