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

Comparing COMP/SCRAM/src/BuildSystem/BuildSetup.pm (file contents):
Revision 1.1.2.7.2.2.2.1 by williamc, Thu Sep 21 12:43:07 2000 UTC vs.
Revision 1.1.2.7.2.2.2.1.2.1 by williamc, Thu Oct 26 09:57:51 2000 UTC

# Line 167 | Line 167 | sub BuildSetup {
167        if ( $word=~/.*=.*/ ) { # if we have an assignment it cant be a target
168           $targetnumber--;
169        }
170 +      elsif ( $word=~/^-/ ) {
171 +         $targetnumber--;
172 +      }
173        else {
174          $ENV{"MAKETARGET_".$word}=$word;
175        }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines