search for: get_exclude_patterns

Displaying 1 result from an estimated 1 matches for "get_exclude_patterns".

2007 Jun 29
1
R CMD build with mingw and msys (PR#9766)
...build Fri Jun 29 13:50:16 2007 +++ build.orig Fri Jun 29 08:51:48 2007 @@ -47,7 +47,6 @@ R::Vars::error("R_HOME", "R_EXE"); my $WINDOWS = ($R::Vars::OSTYPE eq "windows"); -my $MSYS = ( $ENV{OSTYPE} eq "msys" ); my @exclude_patterns = R::Utils::get_exclude_patterns(); @@ -222,14 +221,10 @@ my $filepath = &file_path($startdir, $filename); ## under Windows, need separate Cygwin and Windows versions of path. my $origfilepath = $filepath; - if ($MSYS) { - ## different workwaround for MSYS - $filepath =~ s+^([A-Z...