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.5.2.1 by williamc, Tue May 11 09:30:50 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 > #print "ClassDir = $ClassDir\n";
23   if ( grep /none/i , @BuildFile::groups) {
24          print "Nothing to be done - empty group\n";
25          exit
# Line 70 | Line 71 | if ( $#Targets == -1 ) {
71          $Targets[0]=$Class
72   }
73   $ENV{DefaultMakefile}="$ENV{TOOL_HOME}/basics.mk";
74 < system("gmake","-j 1","-f","$ENV{DefaultMakefile}","-I$ENV{TOOL_HOME}",@Targets);
74 > system("gmake","--no-print-directory","-r","-j 1","-f","$ENV{DefaultMakefile}","-I$ENV{TOOL_HOME}",@Targets);
75   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines