Make mkfiles.pl work with fipscanisteronly.
This commit is contained in:
parent
f6e76a67f0
commit
227d6a9347
@ -84,7 +84,10 @@ my @dirs = (
|
|||||||
|
|
||||||
%top;
|
%top;
|
||||||
|
|
||||||
|
my $fipscanisteronly = 0;
|
||||||
|
|
||||||
foreach (@dirs) {
|
foreach (@dirs) {
|
||||||
|
next if ($fipscanisteronly && !(-d $_));
|
||||||
&files_dir ($_, "Makefile");
|
&files_dir ($_, "Makefile");
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -150,4 +153,8 @@ if ($dir eq "." && defined($sym{"BUILDENV"}))
|
|||||||
print "RELATIVE_DIRECTORY=\n";
|
print "RELATIVE_DIRECTORY=\n";
|
||||||
|
|
||||||
close (IN);
|
close (IN);
|
||||||
|
if ($dir eq "." && $sym{CONFIGURE_ARGS} =~ /fipscanisteronly/)
|
||||||
|
{
|
||||||
|
$fipscanisteronly = 1;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user