Kaydet (Commit) f267b791 authored tarafından Caolán McNamara's avatar Caolán McNamara

skip solver dir itself

üst d9a749ac
......@@ -255,6 +255,7 @@ sub scan_and_link_files($$$)
opendir ($dirh_toplevel, $build_path) || die "Can't open '$build_path': $!";
while (my $subdir = readdir ($dirh_toplevel)) {
$subdir =~ m/\./ && next; # eg. vcl.old,
$subdir eq 'solver' && next; # skip solver dir itself
my $test = "$build_path/$subdir/$target";
-d $test || next;
push @modules, $test;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment