Loading util/mkfiles.pl +7 −0 Original line number Original line Diff line number Diff line Loading @@ -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"); } } Loading Loading @@ -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
util/mkfiles.pl +7 −0 Original line number Original line Diff line number Diff line Loading @@ -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"); } } Loading Loading @@ -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; } } }