mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-24 17:23:36 +02:00
cmds.projects.BaseCmdPkgRelations: Remove --no-version
Merge --no-version into the --syntax option as "--syntax names-only" to remove redundancy. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
cff63786e9
commit
57f204ccaa
2 changed files with 3 additions and 5 deletions
|
|
@ -42,7 +42,7 @@ REMOTE_GIT_URL = ssh://$(JANWARE_USER_PREFIX)git.janware.com$(REMO
|
|||
|
||||
ifneq ($(DONT_CHECK_PREREQ_DONE),true)
|
||||
ifndef PREREQ
|
||||
PREREQ := $(call proj_query,pkg-requires --no-version --no-subpackages --subsections=jw --delimiter=' ' build $(PROJECT))
|
||||
PREREQ := $(call proj_query,pkg-requires --no-subpackages --subsections=jw --syntax names-only --delimiter=' ' build $(PROJECT))
|
||||
endif
|
||||
ifndef PREREQ_DIRS
|
||||
PREREQ_DIRS := $(call proj_query,proj-dir $(PREREQ))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue