# | Line 248 | Line 248 | sub BuildSetup | |
---|---|---|
248 | # Do a datestamp check so that make will build files that have changed | |
249 | # rather than just those which are older than their dependencies | |
250 | # The main build here | |
251 | + | |
252 | $rv=system("gmake","--no-print-directory","-r","-k","-f","$ENV{DefaultMakefile}","-I$ENV{TOOL_HOME}",datestamp_config); | |
253 | ||
254 | my $gmakejobsflag = "-j"; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |