Home | History | Annotate | Download | only in dist

Lines Matching refs:BUILDFILE

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: $!";
152 print 'Created ',$buildfile,"\n";
331 my @buildfile = ($config{builddir}, $config{build_file});
332 unshift @buildfile, $here
334 my $buildfile = canonpath(catdir(@buildfile));
340 $buildfile
344 my @buildfile = ($config{builddir}, $config{build_file});
345 unshift @buildfile, $here
348 print " ", canonpath(catfile(@buildfile)),"\n";