From 0146d1637e9d3587f0cde306f3157158f2b389dc Mon Sep 17 00:00:00 2001 From: Jeff Holcomb Date: Tue, 21 Jul 1998 20:26:20 +0000 Subject: [PATCH] sanitize fix --- include/elf/.Sanitize | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- 2.30.2