From e2264d818945bb2471e4dcaf0c782377ff98c6c0 Mon Sep 17 00:00:00 2001 From: SisMaker <1713699517@qq.com> Date: Wed, 11 Sep 2024 17:08:34 +0800 Subject: [PATCH] =?UTF-8?q?ft:=20=E8=BF=87=E6=9D=A5=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E8=AD=A6=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/eMake.erl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/eMake.erl b/src/eMake.erl index 61f581b..f88d458 100644 --- a/src/eMake.erl +++ b/src/eMake.erl @@ -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. \ No newline at end of file