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/config/.Sanitize | |
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/config/.Sanitize')
-rw-r--r-- | gas/config/.Sanitize | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gas/config/.Sanitize b/gas/config/.Sanitize index 547f8bc..2159073 100644 --- a/gas/config/.Sanitize +++ b/gas/config/.Sanitize @@ -15,6 +15,10 @@ Do-first: +if [ -d vms ]; then + lose_these_too="vms ${lose_these_too}" +fi + d30v_files="tc-d30v.c tc-d30v.h" if ( echo $* | grep keep\-d30v > /dev/null ) ; then @@ -166,8 +170,6 @@ vms-a-conf.h Things-to-lose: -vms - Do-last: r5900_files="tc-mips.c" |