From e1625ed21770ff7fc57ffd12860f945b260073d9 Mon Sep 17 00:00:00 2001 From: Felix Lee Date: Thu, 18 Sep 1997 01:33:24 +0000 Subject: v850 files that weren't being removed if !keep-v850 --- include/elf/.Sanitize | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'include/elf/.Sanitize') diff --git a/include/elf/.Sanitize b/include/elf/.Sanitize index f2e0656..d900ff9 100644 --- a/include/elf/.Sanitize +++ b/include/elf/.Sanitize @@ -22,6 +22,12 @@ Do-first: # called. Directories not listed will be removed in their entirety # with rm -rf. +if ( echo $* | grep keep\-v850 > /dev/null ) ; then + keep_these_too="v850.h ${keep_these_too}" +else + lose_these_too="v850.h ${lose_these_too}" +fi + Things-to-keep: ChangeLog @@ -37,7 +43,6 @@ m32r.h mips.h ppc.h sparc.h -v850.h Things-to-lose: -- cgit v1.1