ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/src/BuildSystem/BuildFile.pm
(Generate patch)

Comparing COMP/SCRAM/src/BuildSystem/BuildFile.pm (file contents):
Revision 1.1.2.11 by williamc, Fri May 26 09:19:34 2000 UTC vs.
Revision 1.1.2.11.2.1 by williamc, Wed Aug 9 15:26:02 2000 UTC

# Line 678 | Line 678 | sub AssociateGroup {
678          my $string=shift;
679          my $word;
680  
681 +        if ( $self->{Arch} ) {
682          foreach $word ( (split /\s/, $string) ){
683                  chomp $word;
684                  next if /^#/;
# Line 685 | Line 686 | sub AssociateGroup {
686                          $self->{ignore}=1;
687                  }
688          }
689 +        }
690   }
691  
692   sub Arch_Start {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines