aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1995-09-18 16:28:11 +0000
committerKen Raeburn <raeburn@cygnus>1995-09-18 16:28:11 +0000
commit0afed96a3415551909dc9a1d9b029b5f8418a73c (patch)
tree1d77affe1965687a5aaed371c43329515bd358fb /gas
parent667315a3e1fc8867813dde288138f6f502808c8c (diff)
downloadfsf-binutils-gdb-0afed96a3415551909dc9a1d9b029b5f8418a73c.zip
fsf-binutils-gdb-0afed96a3415551909dc9a1d9b029b5f8418a73c.tar.gz
fsf-binutils-gdb-0afed96a3415551909dc9a1d9b029b5f8418a73c.tar.bz2
in verbose mode add newline after files are processed
Diffstat (limited to 'gas')
-rw-r--r--gas/.Sanitize6
-rw-r--r--gas/config/.Sanitize6
2 files changed, 12 insertions, 0 deletions
diff --git a/gas/.Sanitize b/gas/.Sanitize
index c5bae55..ee74754 100644
--- a/gas/.Sanitize
+++ b/gas/.Sanitize
@@ -124,6 +124,9 @@ else
fi
mv new $f
done
+ if [ -n "${verbose}" ]; then
+ echo ""
+ fi
fi
sh3e_files="ChangeLog"
@@ -145,6 +148,9 @@ else
fi
mv new $f
done
+ if [ -n "${verbose}" ]; then
+ echo ""
+ fi
fi
rce_files="configure.in as.c configure ChangeLog Makefile.in"
diff --git a/gas/config/.Sanitize b/gas/config/.Sanitize
index 588afa3..b65c063 100644
--- a/gas/config/.Sanitize
+++ b/gas/config/.Sanitize
@@ -171,6 +171,9 @@ else
fi
mv new $f
done
+ if [ -n "${verbose}" ]; then
+ echo ""
+ fi
fi
sh3e_files="tc-sh.c"
@@ -192,6 +195,9 @@ else
fi
mv new $f
done
+ if [ -n "${verbose}" ]; then
+ echo ""
+ fi
fi
# End of file.