From c8201df720a5c1f8922cee93f86e2d6096a0504a Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Fri, 29 Mar 2024 01:14:55 +0200 Subject: [PATCH] don't rebuild python module without necessary --- python/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/Makefile b/python/Makefile index 5082334d..71ab8abf 100644 --- a/python/Makefile +++ b/python/Makefile @@ -7,7 +7,8 @@ PY ?= python3 # ===== -all: +all: root +root: $(shell find src -type f,l) $(info == PY_BUILD ustreamer-*.so) rm -rf root $(ECHO) $(PY) -m build --skip-dependency-check --no-isolation