mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-24 09:13:37 +02:00
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 <jan@janware.com>
This commit is contained in:
parent
d652731624
commit
e56befb1c3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue