summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2022-09-02 11:38:20 +0000
committerGiampaolo Rodola <g.rodola@gmail.com>2022-09-02 11:39:08 +0000
commitc7c7bbcfc762d73a50d3cb2ad6f277dad7bb9a6b (patch)
treeecc034b178f6a9d3f89fab6ccec45e9bd018aff2 /Makefile
parentd2fab7c8de16b6ffbfb0faa3e832845bc1ef0df0 (diff)
downloadpsutil-c7c7bbcfc762d73a50d3cb2ad6f277dad7bb9a6b.tar.gz
FreeBSD / pids(): increase buf size if not enough
...dynamically, in case of ENOMEM, instead of crashing. Fixes #2093.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0d1ef958..4bcea213 100644
--- a/Makefile
+++ b/Makefile
@@ -76,6 +76,7 @@ clean: ## Remove all build files.
docs/_build/ \
htmlcov/
+.PHONY: build
build: ## Compile (in parallel) without installing.
@# "build_ext -i" copies compiled *.so files in ./psutil directory in order
@# to allow "import psutil" when using the interactive interpreter from