diff options
author | Ken Raeburn <raeburn@cygnus> | 1997-09-22 01:06:25 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1997-09-22 01:06:25 +0000 |
commit | 6438209c609ad46dd1dc8a3cc967bfeb5e28686f (patch) | |
tree | dc1894a45cc2b8f38924edd34b6c7a45906799ad /gas/testsuite | |
parent | 1f4d2212efb29e0a610010072bf74cebf0b24524 (diff) | |
download | gdb-6438209c609ad46dd1dc8a3cc967bfeb5e28686f.zip gdb-6438209c609ad46dd1dc8a3cc967bfeb5e28686f.tar.gz gdb-6438209c609ad46dd1dc8a3cc967bfeb5e28686f.tar.bz2 |
don't sanitize out empty directories if they're not here (e.g., 'cvs co -P')
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/gas/.Sanitize | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/gas/testsuite/gas/.Sanitize b/gas/testsuite/gas/.Sanitize index 197c98a..229b497 100644 --- a/gas/testsuite/gas/.Sanitize +++ b/gas/testsuite/gas/.Sanitize @@ -17,6 +17,12 @@ Do-first: +for d in gasp i386-bsd ieee.fp mn10x00 ; do + if [ -d $d ]; then + lose_these_too="$d ${lose_these_too}" + fi +done + if ( echo $* | grep keep\-tic80 > /dev/null ) ; then keep_these_too="tic80 ${keep_these_too}" else @@ -64,11 +70,6 @@ vax Things-to-lose: -gasp -i386-bsd -ieee.fp -mn10x00 - Do-last: # End of file. |