diff options
author | Stu Grossman <grossman@cygnus> | 1992-04-22 20:40:53 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-04-22 20:40:53 +0000 |
commit | d7df9c3ca4c75f979fd21c46a8fa018701d7adc7 (patch) | |
tree | 8b9bf895ce1ca746b74f212544b1c2b6f4e459fc /gdb/29k-share/.Sanitize | |
parent | ee0c4cf7d1dbda957222ab27b037ef0be2b74ce2 (diff) | |
download | gdb-d7df9c3ca4c75f979fd21c46a8fa018701d7adc7.zip gdb-d7df9c3ca4c75f979fd21c46a8fa018701d7adc7.tar.gz gdb-d7df9c3ca4c75f979fd21c46a8fa018701d7adc7.tar.bz2 |
Add lotsa files for 29k UDI debugger interface support.
Diffstat (limited to 'gdb/29k-share/.Sanitize')
-rw-r--r-- | gdb/29k-share/.Sanitize | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/gdb/29k-share/.Sanitize b/gdb/29k-share/.Sanitize new file mode 100644 index 0000000..5ac8d03 --- /dev/null +++ b/gdb/29k-share/.Sanitize @@ -0,0 +1,35 @@ +# .Sanitize for devo/gdb. +# $Id$ +# + +# 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: + +dfe +include +udi +udi_soc + +Do-last: + +# End of file. |