From edc8c0897b12da495e3945fddc9b7ac55999b6c2 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 22 Sep 1997 15:29:33 +0000 Subject: [PATCH] only remove more.parse if it exists --- gas/testsuite/gas/hppa/.Sanitize | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gas/testsuite/gas/hppa/.Sanitize b/gas/testsuite/gas/hppa/.Sanitize index fc84517..9829b80 100644 --- a/gas/testsuite/gas/hppa/.Sanitize +++ b/gas/testsuite/gas/hppa/.Sanitize @@ -17,6 +17,11 @@ Do-first: +for d in more.parse ; do + if [ -d $d ]; then + lose_these_too="$d ${lose_these_too}" + fi +done # All files listed between the "Things-to-keep:" line and the # "Files-to-sed:" line will be kept. All other files will be removed. @@ -32,10 +37,6 @@ parse reloc unsorted -Things-to-lose: - -more.parse - Do-last: # End of file. -- 2.7.4