Searched refs:bld (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/utils/port/
H A DEditedFiles62 my ($mapfile, $bld, $ws) = @ARGV;
63 die("$bld is not a perl build dir\n") if (! -f "$bld/config.sh");
68 open($fh, '<', "$bld/patchlevel.h") || die("$bld is not a perl build dir\n");
117 $src = "$bld/$pf";
122 $src = "$bld/$pf";
135 $ssrc =~ s{^$bld/}{}o;
H A DCheckIn48 my ($mapfile, $bld, $ws) = @ARGV;
49 die("$bld is not a perl build dir\n") if (! -f "$bld/config.sh");
88 print("cp $bld/$pf $ver_dst/distrib/$pf\n");
97 print("cp $bld/$pf $ver_dst/$arch/$f\n");
H A DMapFiles98 $file{$p}{$f}{bld} = 'X';
226 } elsif (($v->{mfst} && ($v->{bld} || $v->{inst})) &&
251 } elsif ($v->{mfst} && ($v->{bld} || $v->{inst})) {
280 print $outfh (qq{"Path","File","mfst","bld","inst","s10"\n});
284 foreach my $c (qw{mfst bld inst s10}) {

Completed in 21 milliseconds