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

Comparing COMP/SCRAM/src/BuildSystem/BuildFile.pm (file contents):
Revision 1.27 by sashby, Wed Feb 16 18:02:59 2005 UTC vs.
Revision 1.28 by sashby, Wed Mar 9 19:28:19 2005 UTC

# Line 108 | Line 108 | sub _initparser()
108                                "", $self);
109  
110     $self->{simpledoc}->addtag("builder","skip",
111 <                              \&BuildSystem::TagUtils::skippedtagOpen, $self,
112 <                              "", $self,
113 <                              "", $self);
111 >                              \&BuildSystem::TagUtils::skiptagOpen, $self,
112 >                              \&BuildSystem::TagUtils::skiptagMessage, $self,
113 >                              \&BuildSystem::TagUtils::skiptagClose, $self);
114  
115     $self->{simpledoc}->addtag("builder","makefile",
116                                \&BuildSystem::TagUtils::makefiletagOpen, $self,
# Line 316 | Line 316 | sub dependencies()
316     return \%DEPS;
317     }
318  
319 + sub skippeddirs()
320 +   {
321 +   my $self=shift;
322 +   my ($here)=@_;
323 +   my $skipped;
324 +
325 +   if ($self->{content}->{SKIPPEDDIRS}->[0] == 1)
326 +      {
327 +      $skipped = [ @{$self->{content}->{SKIPPEDDIRS}} ];
328 +      delete $self->{content}->{SKIPPEDDIRS};
329 +      }
330 +  
331 +   delete $self->{content}->{SKIPPEDDIRS};
332 +   return $skipped;
333 +   }
334 +
335   #
336   # All data access methods are inherited from BuildDataUtils.
337   #

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines