# | Line 492 | Line 492 | sub Use_start { | |
---|---|---|
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"); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |