changeset 6189:9d1ed82c5d14

Remove the .tmp files.
author Bruno Haible <bruno@clisp.org>
date Thu, 01 Sep 2005 12:18:03 +0000
parents 665f4d41d10b
children 605b7cac11f2
files ChangeLog gnulib-tool
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-09-01  Bruno Haible  <bruno@clisp.org>
+
+	* gnulib-tool (func_import): Remove the .tmp files.
+
 2005-08-30  Bruno Haible  <bruno@clisp.org>
 
 	* gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
--- a/gnulib-tool
+++ b/gnulib-tool
@@ -22,7 +22,7 @@
 
 progname=$0
 package=gnulib
-cvsdatestamp='$Date: 2005-08-31 20:57:03 $'
+cvsdatestamp='$Date: 2005-09-01 12:18:03 $'
 last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'`
 version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'`
 
@@ -994,6 +994,7 @@
         $dry mv -f "$destdir/$g2.tmp" "$destdir/${g2}" || func_fatal_error "failed"
       fi
     fi
+    rm -f "$destdir/$g2.tmp"
   done
 
   # Command-line invocation printed in a comment in generated gnulib-cache.m4.