mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
projects-dir.mk: Add target pkg-manager-refresh
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
e1200746e3
commit
dbcbb07c82
1 changed files with 6 additions and 4 deletions
|
|
@ -99,14 +99,16 @@ clean-dirs:
|
|||
echo-prereq-build:
|
||||
@$(PROJECTS_PY) required-pkg $(BUILD_PROJECTS)
|
||||
|
||||
install-prereq-build:
|
||||
@make --no-print-directory echo-prereq-build 2>/dev/null | xargs -r $(PKG_MANAGER_SH) install -y
|
||||
|
||||
echo-prereq-release:
|
||||
@$(PROJECTS_PY) required-pkg --flavour release $(BUILD_PROJECTS)
|
||||
|
||||
install-prereq-release:
|
||||
pkg-manager-refresh:
|
||||
$(PKG_MANAGER_SH) refresh
|
||||
|
||||
pkg-install-prereq-build:
|
||||
@make --no-print-directory echo-prereq-build 2>/dev/null | xargs -r $(PKG_MANAGER_SH) install -y
|
||||
|
||||
pkg-install-prereq-release:
|
||||
@make --no-print-directory echo-prereq-build echo-prereq-release 2>/dev/null | xargs -r $(PKG_MANAGER_SH) install -y
|
||||
|
||||
init-project-%:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue