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.5.2.5 by williamc, Mon Sep 6 11:31:11 1999 UTC vs.
Revision 1.5.2.7 by williamc, Tue Oct 5 14:51:34 1999 UTC

# Line 91 | Line 91 | if ( $targetnumber == -1 ) {
91          push @Targets,$Class;
92   }
93   $ENV{DefaultMakefile}="$ENV{TOOL_HOME}/basics.mk";
94 + system("gmake","--no-print-directory","-q","-r","-j 1","-f","$ENV{TOOL_HOME}/clientmakefile.mk","-I$ENV{TOOL_HOME}","client");
95   system("gmake","--no-print-directory","-r","-j 1","-f","$ENV{DefaultMakefile}","-I$ENV{TOOL_HOME}",@Targets);
96   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines