# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |