* mkimport: cd away from temp directory or Windows will have problems removing
the directory.
This commit is contained in:
parent
a149bfbfcd
commit
b6336c95b4
@ -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>
|
2010-02-26 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* libc/strptime.cc: Implement support for era, alt_digits and POSIX
|
* libc/strptime.cc: Implement support for era, alt_digits and POSIX
|
||||||
|
@ -80,4 +80,5 @@ for my $f (keys %text) {
|
|||||||
unlink $libdll;
|
unlink $libdll;
|
||||||
system $ar, 'crus', $libdll, glob('*.o'), @ARGV;
|
system $ar, 'crus', $libdll, glob('*.o'), @ARGV;
|
||||||
unlink glob('*.o');
|
unlink glob('*.o');
|
||||||
|
chdir '/tmp'; # Allow $dir directory removal on Windows
|
||||||
exit 1 if $?;
|
exit 1 if $?;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user