492 |
|
|
493 |
|
$self->{switch}->checktag($name, $hashref, "name"); |
494 |
|
if ( $self->{Arch} ) { |
495 |
+ |
if ( exists $$hashref{'group'} ) { |
496 |
+ |
print GNUmakefile "GROUP_".$$hashref{'group'}."=true\n"; |
497 |
+ |
} |
498 |
|
if ( ! defined $self->{remoteproject} ) { |
499 |
|
$filename=SCRAMUtils::checkfile( |
500 |
|
"/$ENV{INTsrc}/$$hashref{name}/BuildFile"); |
553 |
|
my $name=shift; |
554 |
|
my $hashref=shift; |
555 |
|
|
556 |
< |
$toolswitch->checktag($name, $hashref,'name'); |
556 |
> |
$self->{switch}->checktag($name, $hashref,'name'); |
557 |
|
( ($ENV{SCRAM_ARCH}=~/$$hashref{name}.*/) )? ($self->{Arch}=1) |
558 |
|
: ($self->{Arch}=0); |
559 |
|
push @{$self->{ARCHBLOCK}}, $self->{Arch}; |