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