From: Ian Lance Taylor Date: Mon, 22 Sep 1997 15:29:33 +0000 (+0000) Subject: only remove more.parse if it exists X-Git-Tag: gdb-4_18~4653 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=edc8c0897b12da495e3945fddc9b7ac55999b6c2;p=external%2Fbinutils.git only remove more.parse if it exists --- 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.