mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-24 17:23:36 +02:00
topdir.mk: pkg-install-[testbuild|relase]-deps: Unify
Make pkg-install-testbuild-deps an alias for pkg-install-release-deps. At this point, they do nearly the same thing, and the distinction between what the implementations should do are blurry at best. This commit removes redundancy but keeps the use cases distinct. Different implementations can be reinstantiated should requirements for different implementations become clearer later on. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
cecee8a842
commit
c159a11bbe
1 changed files with 1 additions and 2 deletions
|
|
@ -220,8 +220,7 @@ pkg-install-build-deps:
|
|||
pkg-install-release-deps:
|
||||
$(PKG_MANAGER) install $(BASE_PKGS) $(shell $(proj_query_cmd) required-os-pkg --quote --skip-excluded --flavours "build run release" $(PROJECT))
|
||||
|
||||
pkg-install-testbuild-deps:
|
||||
$(PKG_MANAGER) install $(BASE_PKGS) $(shell $(proj_query_cmd) pkg-requires --delimiter=' ' --no-version build,run,release $(PROJECT))
|
||||
pkg-install-testbuild-deps: pkg-install-release-deps
|
||||
|
||||
echo-hash:
|
||||
$(Q)/bin/bash $(PKG_SH_EXE) hash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue