# | Line 250 | Line 250 | sub BuildSetup | |
---|---|---|
250 | # The main build here | |
251 | $rv=system("gmake","--no-print-directory","-r","-k","-f","$ENV{DefaultMakefile}","-I$ENV{TOOL_HOME}",datestamp_config); | |
252 | ||
253 | < | # my $gmakejobsflag = "-j"; |
253 | > | my $gmakejobsflag = "-j"; |
254 | # chomp(my $currentOS = `uname`); | |
255 | ||
256 | # Only use -j option if there are more then 1 cpu's..... |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |