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
|
begin
|
||||||
if fMakeProc.isAssigned and fMakeProc.Active then
|
if fMakeProc.isAssigned and fMakeProc.Active then
|
||||||
begin
|
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;
|
exit;
|
||||||
end;
|
end;
|
||||||
killProcess(fMakeProc);
|
killProcess(fMakeProc);
|
||||||
|
|
Loading…
Reference in New Issue