|
|
@ -205,11 +205,11 @@ EOF |
|
|
|
grep { /broken/ } @{$target->{features}} and $confstr .= "\tdepends on BROKEN\n"; |
|
|
|
grep { /broken/ } @{$target->{features}} and $confstr .= "\tdepends on BROKEN\n"; |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
$confstr .= $features; |
|
|
|
$confstr .= $features; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if ($target->{arch} =~ /\w/) { |
|
|
|
if ($target->{arch} =~ /\w/) { |
|
|
|
$confstr .= "\tselect $target->{arch}\n"; |
|
|
|
$confstr .= "\tselect $target->{arch}\n"; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
foreach my $dep (@{$target->{depends}}) { |
|
|
|
foreach my $dep (@{$target->{depends}}) { |
|
|
|
my $mode = "depends on"; |
|
|
|
my $mode = "depends on"; |
|
|
|
my $flags; |
|
|
|
my $flags; |
|
|
|