# | Line 123 | Line 123 | sub BuildSetup { | |
---|---|---|
123 | elsif ( -e $ENV{RELEASETOP}."/".$projectfile ) { | |
124 | $ENV{projectfile}=$ENV{RELEASETOP}."/".$projectfile; | |
125 | } | |
126 | – | else { |
127 | – | print "Warning : Unable to find $projectfile\n"; |
128 | – | } |
126 | if ( $DefaultBuildFile eq "" ) { | |
127 | # Map Relevant makefile classmakefile directory | |
128 | my $classmakefile=$ENV{projconfigdir}."/".$Class."_makefile.mk"; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |