|
|
@ -85,7 +85,7 @@ make(WorkerCnt, EMakeFile, Opts, IsAll, IsNoHrl) -> |
|
|
|
saveEMake(EndTime), |
|
|
|
case Ret of |
|
|
|
ok -> |
|
|
|
io:format("compile over all is ok use time: ~ps ~n", [EndTime - StartTime]); |
|
|
|
io:format("compile over all is ok use time: ~ps IsAll:~p ~n", [EndTime - StartTime, LIsAll]); |
|
|
|
{error, _Err} -> |
|
|
|
io:format("compile abort why: ~p~n", [_Err]) |
|
|
|
end; |
|
|
@ -412,5 +412,7 @@ check_includes2(Epp, File, ObjMTime) -> |
|
|
|
epp:close(Epp), |
|
|
|
false; |
|
|
|
{error, _Error} -> |
|
|
|
check_includes2(Epp, File, ObjMTime); |
|
|
|
_ -> |
|
|
|
check_includes2(Epp, File, ObjMTime) |
|
|
|
end. |