mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
debugger.mk: Remove defunct processes from attach target of debugger.mk
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
10c69a1b5e
commit
a57b6f8c82
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ ifeq ($(CORE_DUMPER),)
|
||||||
CORE_DUMPER = $(EXE_PATH)
|
CORE_DUMPER = $(EXE_PATH)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
PID = $(shell ps aux | $(SED) "/$(notdir $(EXE_PATH))/ !d; /sed/ d" | awk '{print $$2}')
|
PID = $(shell ps aux | $(SED) "/$(notdir $(EXE_PATH))/ !d; /sed/ d; /defunct/ d" | awk '{print $$2}')
|
||||||
|
|
||||||
all:
|
all:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue