]> sourceware.org Git - newlib-cygwin.git/commitdiff
* mkimport: cd away from temp directory or Windows will have problems removing
authorChristopher Faylor <me@cgf.cx>
Fri, 26 Feb 2010 19:37:43 +0000 (19:37 +0000)
committerChristopher Faylor <me@cgf.cx>
Fri, 26 Feb 2010 19:37:43 +0000 (19:37 +0000)
the directory.

winsup/cygwin/ChangeLog
winsup/cygwin/mkimport

index af83c3f955a8dcf3b281a3c37b05da1f3d41d9ed..72f8fa65846fea5df4c0a0cb1f254a1cb6f5218c 100644 (file)
@@ -1,3 +1,8 @@
+2010-02-26  Christopher Faylor  <me+cygwin@cgf.cx>
+
+       * mkimport: cd away from temp directory or Windows will have problems
+       removing the directory.
+
 2010-02-26  Corinna Vinschen  <corinna@vinschen.de>
 
        * libc/strptime.cc: Implement support for era, alt_digits and POSIX
index abca7296445538d9f2473dd31948fc44eebae283..70c81048f2699108cd640a684dbed5fde0ad471a 100755 (executable)
@@ -80,4 +80,5 @@ for my $f (keys %text) {
 unlink $libdll;
 system $ar, 'crus', $libdll, glob('*.o'), @ARGV;
 unlink glob('*.o');
+chdir '/tmp';  # Allow $dir directory removal on Windows
 exit 1 if $?;
This page took 0.038695 seconds and 5 git commands to generate.