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

Comparing COMP/SCRAM/src/BuildSetup.pm (file contents):
Revision 1.2 by williamc, Mon Mar 1 11:01:42 1999 UTC vs.
Revision 1.4 by williamc, Fri Mar 19 14:03:07 1999 UTC

# Line 15 | Line 15 | $Class="";
15  
16   # Create working directory
17   chdir $ENV{LOCALTOP};
18 < adddir($ENV{INTwork}."/".$THISDIR);
18 > AddDir::adddir($ENV{INTwork}."/".$THISDIR);
19  
20   GetClass($THISDIR);
21 < print "Class = $Class\n";
21 > #print "Class = $Class\n";
22   if ( grep /none/i , @BuildFile::groups) {
23          print "Nothing to be done - empty group\n";
24          exit
# Line 70 | Line 70 | if ( $#Targets == -1 ) {
70          $Targets[0]=$Class
71   }
72   $ENV{DefaultMakefile}="$ENV{TOOL_HOME}/basics.mk";
73 < system("gmake","-j 1","-f","$ENV{DefaultMakefile}","-I$ENV{TOOL_HOME}",@Targets);
73 > system("gmake","--no-print-directory","-j 1","-f","$ENV{DefaultMakefile}","-I$ENV{TOOL_HOME}",@Targets);
74   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines