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.20 by sashby, Thu Jul 18 13:49:01 2002 UTC vs.
Revision 1.21 by sashby, Mon Aug 5 11:54:07 2002 UTC

# Line 858 | Line 858 | sub Use_start
858        else
859           {
860           $filename=$self->{remoteproject}."/$$hashref{name}/BuildFile";
861 <         print "Trying $filename\n";
861 >         # Not sure how useful this statement is, so I'll remove it for now:
862 >         # print STDERR "Trying $filename\n";
863           if ( ! -f $filename ) { $filename=""; };
864           }
865        if ( $filename ne "" )

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines