From e56befb1c38bb4ce0c78e8c3ce588eface62cade Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Sun, 15 Mar 2026 07:25:34 +0100 Subject: [PATCH] projects-dir.mk: No time -p on JW_PKG_PY_PROJECTS Don't prefix JW_PKG_PY_PROJECTS with time -p. A timing summary shows up in too many places unexpectedly, e.g. in the context of the target update-text-files. Add back later as more concrete demand comes up. Signed-off-by: Jan Lindemann --- make/projects-dir.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/projects-dir.mk b/make/projects-dir.mk index d957a649..df9de2b3 100644 --- a/make/projects-dir.mk +++ b/make/projects-dir.mk @@ -114,7 +114,7 @@ ifeq ($(TIME),) TIME += -p endif endif -JW_PKG_PY_PROJECTS = $(TIME) $(JW_PKG_PY) projects +JW_PKG_PY_PROJECTS = $(JW_PKG_PY) projects JW_PKG_PY_BUILD = $(JW_PKG_PY_PROJECTS) build $(JW_PKG_PY_EXTRA_BUILD_OPTS) PKG_MANAGER ?= $(TIME) $(JW_PKG_PY) --interactive=$(INTERACTIVE) distro