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

  /src/crypto/external/apache2/openssl/dist/util/
add-depends.pl 24 my $buildfile = $config{build_file};
25 my $build_mtime = (stat($buildfile))[9];
322 my $buildfile_new = "$buildfile-$$";
335 open IBF, $buildfile or die "Trying to read $buildfile: $!\n";
365 if (compare_text($buildfile_new, $buildfile) != 0) {
366 rename $buildfile_new, $buildfile
367 or die "Trying to rename $buildfile_new -> $buildfile: $!\n";
  /src/crypto/external/bsd/openssl/dist/util/
add-depends.pl 24 my $buildfile = $config{build_file};
25 my $build_mtime = (stat($buildfile))[9];
322 my $buildfile_new = "$buildfile-$$";
335 open IBF, $buildfile or die "Trying to read $buildfile: $!\n";
365 if (compare_text($buildfile_new, $buildfile) != 0) {
366 rename $buildfile_new, $buildfile
367 or die "Trying to rename $buildfile_new -> $buildfile: $!\n";
  /src/crypto/external/bsd/openssl.old/dist/util/
add-depends.pl 24 my $buildfile = $config{build_file};
25 my $build_mtime = (stat($buildfile))[9];
222 my $buildfile_new = "$buildfile-$$";
237 open IBF, $buildfile or die "Trying to read $buildfile: $!\n";
277 if (compare_text($buildfile_new, $buildfile) != 0) {
278 rename $buildfile_new, $buildfile
279 or die "Trying to rename $buildfile_new -> $buildfile: $!\n";
  /src/crypto/external/apache2/openssl/dist/
configdata.pm.in 94 my $buildfile = $config{build_file};
95 my $buildfile_template = "$buildfile.in";
136 open BUILDFILE, ">$buildfile.new"
137 or die "Trying to create $buildfile.new: $!";
141 OUTPUT => \*BUILDFILE,
149 close BUILDFILE;
150 rename("$buildfile.new", $buildfile)
151 or die "Trying to rename $buildfile.new to $buildfile: $!"
    [all...]
  /src/crypto/external/bsd/openssl/dist/
configdata.pm.in 94 my $buildfile = $config{build_file};
95 my $buildfile_template = "$buildfile.in";
136 open BUILDFILE, ">$buildfile.new"
137 or die "Trying to create $buildfile.new: $!";
141 OUTPUT => \*BUILDFILE,
149 close BUILDFILE;
150 rename("$buildfile.new", $buildfile)
151 or die "Trying to rename $buildfile.new to $buildfile: $!"
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/
Configure 1209 $config{build_file} = env('BUILDFILE') || $target{build_file} || "Makefile";
2673 my @buildfile = ($config{builddir}, $config{build_file});
2674 unshift @buildfile, $here
2676 my $buildfile = canonpath(catdir(@buildfile));
2682 $buildfile
2686 my @buildfile = ($config{builddir}, $config{build_file});
2687 unshift @buildfile, $here
2690 print " ", canonpath(catfile(@buildfile)),"\n";
  /src/crypto/external/bsd/openssl.old/dist/Configurations/
descrip.mms.tmpl 21 sub buildfile {
  /src/crypto/external/apache2/openssl/dist/Configurations/
descrip.mms.tmpl 29 sub buildfile {
  /src/crypto/external/bsd/openssl/dist/Configurations/
descrip.mms.tmpl 29 sub buildfile {

Completed in 30 milliseconds