提交 227d6a93 编写于 作者: D Dr. Stephen Henson

Make mkfiles.pl work with fipscanisteronly.

上级 f6e76a67
......@@ -84,7 +84,10 @@ my @dirs = (
%top;
my $fipscanisteronly = 0;
foreach (@dirs) {
next if ($fipscanisteronly && !(-d $_));
&files_dir ($_, "Makefile");
}
......@@ -150,4 +153,8 @@ if ($dir eq "." && defined($sym{"BUILDENV"}))
print "RELATIVE_DIRECTORY=\n";
close (IN);
if ($dir eq "." && $sym{CONFIGURE_ARGS} =~ /fipscanisteronly/)
{
$fipscanisteronly = 1;
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册