mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-16 04:23:31 +01:00
projects-dir.mk: Add install-prereq-release
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
a394125a83
commit
f5c1d6d639
1 changed files with 3 additions and 0 deletions
|
|
@ -106,6 +106,9 @@ echo-prereq-release:
|
|||
@make --no-print-directory pull.done >/dev/null 2>&1
|
||||
@$(PROJECTS_PY) required-pkg --flavour release $(BUILD_PROJECTS)
|
||||
|
||||
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-%:
|
||||
@make --no-print-directory pull.done >/dev/null 2>&1
|
||||
$(CREATE_PROJECT_SH) $*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue