Home
last modified time | relevance | path

Searched refs:configdata_outname (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/
H A DConfigure2830 my $configdata_outname = 'configdata.pm';
2831 open CONFIGDATA, ">$configdata_outname.new"
2832 or die "Trying to create $configdata_outname.new: $!";
2847 rename "$configdata_outname.new", $configdata_outname;
2853 print "Created $configdata_outname\n";
2855 print "Running $configdata_outname\n";
2857 my $cmd = "$perlcmd $configdata_outname";
/third_party/openssl/
H A DConfigure2825 my $configdata_outname = 'configdata.pm';
2826 open CONFIGDATA, ">$configdata_outname.new"
2827 or die "Trying to create $configdata_outname.new: $!";
2842 rename "$configdata_outname.new", $configdata_outname;
2848 print "Created $configdata_outname\n";
2850 print "Running $configdata_outname\n";
2852 my $cmd = "$perlcmd $configdata_outname";

Completed in 8 milliseconds