From: David Edelsohn Date: Sat, 8 Apr 1995 19:53:24 +0000 (+0000) Subject: keep arc subdir if keep-arc. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ac2bed87087974eb4a890675a76aa2c2e081a1c8;p=binutils-gdb.git keep arc subdir if keep-arc. --- diff --git a/gas/testsuite/gas/.Sanitize b/gas/testsuite/gas/.Sanitize index 3a6a0b1d2fc..af678de0894 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.