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.5 by williamc, Thu Nov 2 17:42:26 2000 UTC vs.
Revision 1.1.2.7.2.2.2.1.2.6 by williamc, Thu Nov 2 17:47:17 2000 UTC

# Line 37 | Line 37 | sub new {
37          $self->_configurationsetup();
38          # -- clean up from any previous builds
39          $self->{BuildDBfile}=$self->{localtop}."/".
40 <                                $self->{workdir}."/BuildReporterFile";
40 >                                $self->{workdir}."/BuildRecorderFile";
41          if ( -f $self->{BuildDBfile} ) {
42             unlink $self->{BuildDBfile};
43          }
# Line 255 | Line 255 | sub BuildDir {
255      }  
256      my $rv=0;
257      if ( ! $self->{BuildDB}->checked($ClassDir) ) {
258 +         if ( $Targets[0] eq $Class ) {
259           $self->{BuildDB}->checked($ClassDir,1); # Mark it as taken care of
260 +         }
261  
262           # Do a datestamp check so that make will build files that have changed
263           # rather than just those which are older than their dependencies

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines