remove temporary directory when finished
authorK. Richard Pixley <rich@cygnus>
Wed, 6 May 1992 18:10:11 +0000 (18:10 +0000)
committerK. Richard Pixley <rich@cygnus>
Wed, 6 May 1992 18:10:11 +0000 (18:10 +0000)
binutils/ChangeLog
binutils/sanity.sh

index e33afa826f73e501435068bed3f57c920fcf6cf7..977ea3fee0be19c2c34e5b0505cb216ef0322c80 100644 (file)
@@ -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.
index 9b5ca908aa8f66fd5c557b111a74c386cd88e0c4..fab6b92d64252c5b7878488cebbeb03118b6be58 100755 (executable)
@@ -45,4 +45,6 @@ done
 
 ### ranlib
 
+rm -rf ${TMPDIR}
+
 exit 0