diff options
author | K. Richard Pixley <rich@cygnus> | 1992-04-24 20:53:28 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1992-04-24 20:53:28 +0000 |
commit | 57d32184c31cc959925e36c0d7d0546c5c0822c8 (patch) | |
tree | 240e0b50cb9c1273f67501be90a3477686ff52cb /.Sanitize | |
parent | 6daa0768bad395e91e9e48ba46f320e921352549 (diff) | |
download | gdb-57d32184c31cc959925e36c0d7d0546c5c0822c8.zip gdb-57d32184c31cc959925e36c0d7d0546c5c0822c8.tar.gz gdb-57d32184c31cc959925e36c0d7d0546c5c0822c8.tar.bz2 |
keep patch, remove rcsid
Diffstat (limited to '.Sanitize')
-rw-r--r-- | .Sanitize | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,4 @@ # .Sanitize for devo. -# $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, @@ -25,6 +23,7 @@ Do-first: Things-to-keep: +ChangeLog Makefile.in README bfd @@ -59,6 +58,7 @@ make mmalloc move-if-change newlib +patch rcs readline send_pr @@ -123,3 +123,5 @@ for i in * ; do echo Some mentions of Sanitize are still left in $i! fi done + +# eof |