Lines Matching refs:sourced
2055 my $sourced = catdir($srcdir, @curd);
2201 print STDERR "DEBUG: Reading ",catfile($sourced, $f),"\n";
2203 push @{$config{build_infos}}, catfile(abs2rel($sourced, $blddir), $f);
2206 SOURCE => catfile($sourced, $f),
2208 die "Something went wrong with $sourced/$f: $!\n" unless $template;
2216 sourcedir => abs2rel($sourced, $blddir),
2340 "OTHERWISE" => sub { die "Something wrong with this line:\n$_\nat $sourced/$f" },
2396 my $s = cleanfile($sourced, $_, $blddir, 1);
2441 my $s = cleanfile($sourced, $_, $blddir, 1);
2496 $generator[0] = cleanfile($sourced, $gen, $blddir, 1);
2522 $ddest = cleanfile($sourced, $dest, $blddir, 1);
2548 $d = cleanfile($sourced, "$i/$m", $blddir, 1);
2551 $i = cleandir($sourced, $i, $blddir, 1);
2553 $d = cleanfile($sourced, $f, $blddir, 1);
2584 my $ddest = cleanfile($sourced, $_, $blddir, 1);
2592 my $is = cleandir($sourced, $_, $blddir, 1);
2605 $ddest = cleanfile($sourced, $dest, $blddir, 1);