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/opcode/.Sanitize | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'include/opcode/.Sanitize') diff --git a/include/opcode/.Sanitize b/include/opcode/.Sanitize index 672b37a..9da64c0 100644 --- a/include/opcode/.Sanitize +++ b/include/opcode/.Sanitize @@ -31,6 +31,11 @@ else lose_these_too="${tic80_files} ${lose_these_too}" fi +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 # All files listed between the "Things-to-keep:" line and the # "Files-to-sed:" line will be kept. All other files will be removed. @@ -65,7 +70,6 @@ ppc.h pyr.h sparc.h tahoe.h -v850.h vax.h Things-to-lose: -- cgit v1.1