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

Comparing COMP/SCRAM/src/BuildFile.pm (file contents):
Revision 1.2 by williamc, Mon Mar 1 11:01:41 1999 UTC vs.
Revision 1.3 by williamc, Tue Mar 2 10:58:07 1999 UTC

# Line 39 | Line 39 | sub ParseBuildFile {
39          $switch->{Strict_no_cr}='no';
40          #open a temporary gnumakefile to store output.
41          use Utilities::AddDir;
42 <        adddir("$ENV{LOCALTOP}/$ENV{INTwork}/${path}");
42 >        AddDir::adddir("$ENV{LOCALTOP}/$ENV{INTwork}/${path}");
43          open ( GNUmakefile, ">$ENV{LOCALTOP}/$ENV{INTwork}/${path}/BuildFile.mk") or die 'Unable to open /$ENV{INTwork}/${path}/BuildFile.mk $!\n';
44          if ( -e $ENV{LatestBuildFile} ) {
45            print GNUmakefile "include $ENV{LatestBuildFile}\n";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines