From: Jeff Holcomb Date: Tue, 21 Jul 1998 20:26:20 +0000 (+0000) Subject: sanitize fix X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0146d1637e9d3587f0cde306f3157158f2b389dc;p=binutils-gdb.git sanitize fix --- diff --git a/include/elf/.Sanitize b/include/elf/.Sanitize index 9f8e9e5b0b4..efc3caa50b9 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