Lines Matching refs:target
58 # --target=[your os] Specify your target environment.
84 # or if we got a specific target option or setup file option.
94 if ($ARGV[0] =~ /--target=/) {
153 # If no target defined on Win32 lets assume vc
185 my $target = $_[0];
187 foreach (glob($target)) {
192 system("rm -rf $target");
197 my ($target, $fn) = @_;
200 if (/$target/) {
355 logit "target = ".$targetos;