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.2.4 by williamc, Thu Nov 2 17:37:05 2000 UTC vs.
Revision 1.1.2.7.2.2.2.1.2.5 by williamc, Thu Nov 2 17:42:26 2000 UTC

# Line 254 | Line 254 | sub BuildDir {
254           $self->{BuildDB}=BuildSystem::BuildRecorder->new($file);
255      }  
256      my $rv=0;
257 <    if ( ! $self->{BuildDB}->checked() ) {
257 >    if ( ! $self->{BuildDB}->checked($ClassDir) ) {
258           $self->{BuildDB}->checked($ClassDir,1); # Mark it as taken care of
259  
260           # Do a datestamp check so that make will build files that have changed

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines