aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1995-01-16 01:28:40 +0000
committerSteve Chamberlain <sac@cygnus>1995-01-16 01:28:40 +0000
commit0a9f255594a88eeddbfa15fca64a7b7b54bd930f (patch)
treed7f5c760db1665697507238c8161e78cd78afd59 /gdb
parent6c19c2efe30f4c0a04c03dec3e115e3ec4cb1513 (diff)
downloadgdb-0a9f255594a88eeddbfa15fca64a7b7b54bd930f.zip
gdb-0a9f255594a88eeddbfa15fca64a7b7b54bd930f.tar.gz
gdb-0a9f255594a88eeddbfa15fca64a7b7b54bd930f.tar.bz2
new file.
Diffstat (limited to 'gdb')
-rwxr-xr-xgdb/config/w65/.Sanitize32
1 files changed, 32 insertions, 0 deletions
diff --git a/gdb/config/w65/.Sanitize b/gdb/config/w65/.Sanitize
new file mode 100755
index 0000000..f1c8dde
--- /dev/null
+++ b/gdb/config/w65/.Sanitize
@@ -0,0 +1,32 @@
+# Each directory to survive it's way into a release will need a file
+# like this one called "./.Sanitize". All keyword lines must exist,
+# and must exist in the order specified by this file. Each directory
+# in the tree will be processed, top down, in the following order.
+
+# Hash started lines like this one are comments and will be deleted
+# before anything else is done. Blank lines will also be squashed
+# out.
+
+# The lines between the "Do-first:" line and the "Things-to-keep:"
+# line are executed as a /bin/sh shell script before anything else is
+# done in this
+
+Do-first:
+
+# All files listed between the "Things-to-keep:" line and the
+# "Files-to-sed:" line will be kept. All other files will be removed.
+# Directories listed in this section will have their own Sanitize
+# called. Directories not listed will be removed in their entirety
+# with rm -rf.
+
+Things-to-keep:
+
+tm-w65.h
+w65.mt
+
+Things-to-lose:
+
+
+Do-last:
+
+# End of file.