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.9 by williamc, Wed Jun 7 09:44:33 2000 UTC vs.
Revision 1.1.2.10 by williamc, Thu Jun 8 10:33:18 2000 UTC

# Line 138 | Line 138 | sub BuildSetup {
138            # -- generate the new makefile if out of date
139            $self->verbose("Generating $classmakefile from $classbuildfile");
140            my $classbf=BuildSystem::BuildFile->new($self->{toolbox});
141 +          undef $ENV{LatestBuildFile};
142            $classbf->GenerateMakefile($classbuildfile, $classmakefile);
143 +          undef $ENV{LatestBuildFile}; # we dont want this included in the
144 +                                       # hierarchy
145          }
146        }
147        else {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines