summaryrefslogtreecommitdiff
path: root/utils/Makefile
diff options
context:
space:
mode:
authorSergey Bugaev <bugaevc@gmail.com>2023-04-18 13:49:15 +0300
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2023-04-18 14:01:23 +0200
commit9f7cfaa5c02ffbf83f909ed6e5cb9467bcc76a49 (patch)
treebd464fd167760db549b092628d082020358b887e /utils/Makefile
parent35e7d72e5f643bb342aff114b9bf5d7e03f6d5e2 (diff)
utils/msgport.c: Add cmd_report_wait
This exposes msg_report_wait. For example: $ msgport --report-wait --pid $$ 26997: 2 threads 26997: thread 0: proc_wait_request [init#3] 26997: thread 1: msgport Message-Id: <20230418104915.12301-1-bugaevc@gmail.com>
Diffstat (limited to 'utils/Makefile')
-rw-r--r--utils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile
index 0cefd27b..426166b2 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -69,7 +69,7 @@ ps w ids settrans syncfs showtrans fsysopts storeinfo login vmstat portinfo \
$(filter-out $(special-targets), $(targets)): %: %.o
rpctrace: ../libports/libports.a
-rpctrace rpcscan: msgids.o \
+rpctrace rpcscan msgport: msgids.o \
../libihash/libihash.a \
../libshouldbeinlibc/libshouldbeinlibc.a
msgids-CPPFLAGS = -DDATADIR=\"${datadir}\"