# | Line 70 | Line 70 | if ( $#Targets == -1 ) { | |
---|---|---|
70 | $Targets[0]=$Class | |
71 | } | |
72 | $ENV{DefaultMakefile}="$ENV{TOOL_HOME}/basics.mk"; | |
73 | < | system("gmake","--no-print-directory","-j 1","-f","$ENV{DefaultMakefile}","-I$ENV{TOOL_HOME}",@Targets); |
73 | > | system("gmake","--no-print-directory","-r","-j 1","-f","$ENV{DefaultMakefile}","-I$ENV{TOOL_HOME}",@Targets); |
74 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |