mirror of https://gitlab.com/basile.b/dexed.git
fix, wrong diagnostic output when a makefile rule is already geing processed
This commit is contained in:
parent
2fb9dfda94
commit
1c03f6175a
|
@ -529,7 +529,7 @@ var
|
|||
begin
|
||||
if fMakeProc.isAssigned and fMakeProc.Active then
|
||||
begin
|
||||
fMsgs.message('the project is already being processed by DUB', fAsProjectItf, amcProj, amkWarn);
|
||||
fMsgs.message('the project is already being compiled by make', fAsProjectItf, amcProj, amkWarn);
|
||||
exit;
|
||||
end;
|
||||
killProcess(fMakeProc);
|
||||
|
|
Loading…
Reference in New Issue