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