HomeSort by: relevance | last modified time | path
    Searched refs:configdata_outname (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/
Configure 2986 my $configdata_outname = 'configdata.pm';
2987 open CONFIGDATA, ">$configdata_outname.new"
2988 or die "Trying to create $configdata_outname.new: $!";
3003 rename "$configdata_outname.new", $configdata_outname;
3009 print "Created $configdata_outname\n";
3011 print "Running $configdata_outname\n";
3013 my $cmd = "$perlcmd $configdata_outname";
  /src/crypto/external/bsd/openssl/dist/
Configure 2827 my $configdata_outname = 'configdata.pm';
2828 open CONFIGDATA, ">$configdata_outname.new"
2829 or die "Trying to create $configdata_outname.new: $!";
2844 rename "$configdata_outname.new", $configdata_outname;
2850 print "Created $configdata_outname\n";
2852 print "Running $configdata_outname\n";
2854 my $cmd = "$perlcmd $configdata_outname";

Completed in 46 milliseconds