aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1992-05-06 18:10:11 +0000
committerK. Richard Pixley <rich@cygnus>1992-05-06 18:10:11 +0000
commit146a41ab3def144ebd107c3437d4fbf8aea01262 (patch)
treef5ca56ed4fd971e30b2b8442810e9abcead51b46 /binutils
parentbf3acf448596bb9c8f490c0578e9f586b36a739e (diff)
downloadfsf-binutils-gdb-146a41ab3def144ebd107c3437d4fbf8aea01262.zip
fsf-binutils-gdb-146a41ab3def144ebd107c3437d4fbf8aea01262.tar.gz
fsf-binutils-gdb-146a41ab3def144ebd107c3437d4fbf8aea01262.tar.bz2
remove temporary directory when finished
Diffstat (limited to 'binutils')
-rw-r--r--binutils/ChangeLog4
-rwxr-xr-xbinutils/sanity.sh2
2 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index e33afa8..977ea3f 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,7 @@
+Wed May 6 11:08:53 1992 K. Richard Pixley (rich@rtl.cygnus.com)
+
+ * sanity.sh: remove temporary directory when finished.
+
Tue May 5 12:00:58 1992 Per Bothner (bothner@rtl.cygnus.com)
* Makefile.in: Bump to version 1.97.
diff --git a/binutils/sanity.sh b/binutils/sanity.sh
index 9b5ca90..fab6b92 100755
--- a/binutils/sanity.sh
+++ b/binutils/sanity.sh
@@ -45,4 +45,6 @@ done
### ranlib
+rm -rf ${TMPDIR}
+
exit 0