Remove the .tmp files.
authorBruno Haible <bruno@clisp.org>
Thu, 1 Sep 2005 12:18:03 +0000 (12:18 +0000)
committerBruno Haible <bruno@clisp.org>
Thu, 1 Sep 2005 12:18:03 +0000 (12:18 +0000)
ChangeLog
gnulib-tool

index 13bad6f82f04be08054806e7f4b2075ee21e7ae0..ea16ae0579d2f9aee4a5ef800bb6ca3658d8c6c9 100644 (file)
--- 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.
index ec70d0155654d3ee71c3064734043ef9acaa9a4f..b464dd3bd4c786a4e9453431f09e3fd92adb4e2a 100755 (executable)
@@ -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 @@ func_import ()
         $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.