Lines Matching refs:builddir
32 # Usage: cd $builddir/tune
42 # The $srcdir and $builddir in the invocation above just means the script
55 # cd $builddir/tune
85 # cd $builddir/tune
98 # cd $builddir/tune
122 # cd $builddir/tune
127 # cd $builddir/tune
202 # cd $builddir/tune
790 my $builddir = $ENV{builddir};
791 $builddir = "." if (! defined $builddir);
793 my $top_builddir = "${builddir}/..";
796 open(MAKEFILE, "<${builddir}/Makefile")
797 or die "Cannot open ${builddir}/Makefile: $!\n"
857 open(FD,"<${builddir}/Makefile") or die "Cannot open \"${builddir}/Makefile\": $!\n";