diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-09-22 15:29:33 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-09-22 15:29:33 +0000 |
commit | edc8c0897b12da495e3945fddc9b7ac55999b6c2 (patch) | |
tree | 570fe4a76f1b482f949b997b8c6af69d8111cd6f /gas/testsuite | |
parent | 76a6247f072b187fd9303e8d81506fa0f455c1b3 (diff) | |
download | gdb-edc8c0897b12da495e3945fddc9b7ac55999b6c2.zip gdb-edc8c0897b12da495e3945fddc9b7ac55999b6c2.tar.gz gdb-edc8c0897b12da495e3945fddc9b7ac55999b6c2.tar.bz2 |
only remove more.parse if it exists
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/gas/hppa/.Sanitize | 9 |
1 files 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. |