From ac2bed87087974eb4a890675a76aa2c2e081a1c8 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Sat, 8 Apr 1995 19:53:24 +0000 Subject: [PATCH] keep arc subdir if keep-arc. --- gas/testsuite/gas/.Sanitize | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gas/testsuite/gas/.Sanitize b/gas/testsuite/gas/.Sanitize index 3a6a0b1d2f..af678de089 100644 --- a/gas/testsuite/gas/.Sanitize +++ b/gas/testsuite/gas/.Sanitize @@ -17,6 +17,11 @@ Do-first: +if ( echo $* | grep keep\-arc > /dev/null ) ; then + keep_these_too="arc ${keep_these_too}" +else + lose_these_too="arc ${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. -- 2.34.1