From: Bruno Haible Date: Thu, 1 Sep 2005 12:18:03 +0000 (+0000) Subject: Remove the .tmp files. X-Git-Tag: cvs-readonly~2997 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=5af63f6e05c187787eee2ab81c0e96ce840bc813;p=gnulib.git Remove the .tmp files. --- diff --git a/ChangeLog b/ChangeLog index 13bad6f82..ea16ae057 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-09-01 Bruno Haible + + * gnulib-tool (func_import): Remove the .tmp files. + 2005-08-30 Bruno Haible * gnulib-tool (func_import): Fix defaulting of $libname and $libtool. diff --git a/gnulib-tool b/gnulib-tool index ec70d0155..b464dd3bd 100755 --- 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 @@ 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.