diff options
author | Jeff Holcomb <jeffh@redhat.com> | 1998-07-21 20:26:20 +0000 |
---|---|---|
committer | Jeff Holcomb <jeffh@redhat.com> | 1998-07-21 20:26:20 +0000 |
commit | 0146d1637e9d3587f0cde306f3157158f2b389dc (patch) | |
tree | 19a327bc7f60f11e368b2a19bf1e75678d7c3998 /include | |
parent | f207d1d868056fc5e1e690bfa18fb74fd830adcd (diff) | |
download | gdb-0146d1637e9d3587f0cde306f3157158f2b389dc.zip gdb-0146d1637e9d3587f0cde306f3157158f2b389dc.tar.gz gdb-0146d1637e9d3587f0cde306f3157158f2b389dc.tar.bz2 |
sanitize fix
Diffstat (limited to 'include')
-rw-r--r-- | include/elf/.Sanitize | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/elf/.Sanitize b/include/elf/.Sanitize index 9f8e9e5..efc3caa 100644 --- a/include/elf/.Sanitize +++ b/include/elf/.Sanitize @@ -21,6 +21,14 @@ Do-first: # called. Directories not listed will be removed in their entirety # with rm -rf. +d30v_files="d30v.h" + +if ( echo $* | grep keep\-d30v > /dev/null ) ; then + keep_these_too="${d30v_files} ${keep_these_too}" +else + lose_these_too="${d30v_files} ${lose_these_too}" +fi + Things-to-keep: ChangeLog |