Lines Matching refs:BLDTOP
56 and C<$BLDTOP>. Without one of the combinations it refuses to work.
128 variable if defined, otherwise C<$BLDTOP/test-runs> or C<$TOP/test-runs>,
146 BAIL_OUT("setup() needs \$TOP or \$SRCTOP and \$BLDTOP to be defined")
147 unless $ENV{TOP} || ($ENV{SRCTOP} && $ENV{BLDTOP});
148 BAIL_OUT("setup() found both \$TOP and \$SRCTOP or \$BLDTOP...")
149 if $ENV{TOP} && ($ENV{SRCTOP} || $ENV{BLDTOP});
251 or C<$BLDTOP/apps>).
255 or C<$BLDTOP/test>).
551 C<$BLDTOP>).
570 C<$BLDTOP>) and FILENAME is the name of a file located in that directory path.
939 $directories{BLDTOP} = abs_path($ENV{BLDTOP} || $ENV{TOP});
961 push @direnv, "BLDTOP" if $ENV{BLDTOP};
972 # __bldtop_file and __bldtop_dir do the same thing but relative to $BLDTOP.
994 return abs2rel(catfile($directories{BLDTOP},@_,$f), getcwd);
1000 return abs2rel(catdir($directories{BLDTOP},@_), getcwd);
1175 print STDERR " \$directories{BLDTOP} = \"$directories{BLDTOP}\"\n";