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.4 by williamc, Fri Mar 19 14:03:07 1999 UTC vs.
Revision 1.5.2.1 by williamc, Tue May 11 09:30:50 1999 UTC

# Line 19 | Line 19 | AddDir::adddir($ENV{INTwork}."/".$THISDI
19  
20   GetClass($THISDIR);
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","--no-print-directory","-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