mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-28 15:52:49 +01:00
topdir.mk: Add pkg-install-testbuild-deps
There's little system in the pkg-install-xxx targets, add one more to increase the confusion. It's needed to install all packages needed to do a standalone build against the packages installed into the system via package manager. That said, the respective jw-projects.sh commands need broader refactoring, as well as the pkg-install-xxx target naming. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
98188eab23
commit
4b4b43193c
1 changed files with 3 additions and 0 deletions
|
|
@ -217,6 +217,9 @@ pkg-install-build-deps:
|
||||||
pkg-install-release-deps:
|
pkg-install-release-deps:
|
||||||
$(PKG_MANAGER_SH) install $(DASH_Y) $(BASE_PKGS) $(shell $(proj_query_cmd) required-os-pkg --skip-excluded --flavours "build run release" $(PROJECT))
|
$(PKG_MANAGER_SH) install $(DASH_Y) $(BASE_PKGS) $(shell $(proj_query_cmd) required-os-pkg --skip-excluded --flavours "build run release" $(PROJECT))
|
||||||
|
|
||||||
|
pkg-install-testbuild-deps:
|
||||||
|
$(PKG_MANAGER_SH) install $(DASH_Y) $(BASE_PKGS) $(shell $(proj_query_cmd) pkg-requires --delimiter=' ' --no-version build,run,release $(PROJECT))
|
||||||
|
|
||||||
echo-hash:
|
echo-hash:
|
||||||
@/bin/bash $(PKG_SH_EXE) hash
|
@/bin/bash $(PKG_SH_EXE) hash
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue