mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-18 13:03:58 +01:00
projects-dir.mk: Support non-interactive install-prereq-build
Support non-interactive install-prereq-build Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
f5ab24d344
commit
64e7338bed
2 changed files with 23 additions and 4 deletions
|
|
@ -80,7 +80,7 @@ echo-prereq-build:
|
|||
@python $(MOD_SCRIPT_DIR)/projects.py $(PROJECTS_PY_EXTRA_ARGS) required-pkg $(BUILD_PROJECTS)
|
||||
|
||||
install-prereq-build:
|
||||
make --no-print-directory echo-prereq-build 2>/dev/null | xargs -r $(PKG_MANAGER_SH) install
|
||||
make --no-print-directory echo-prereq-build 2>/dev/null | xargs -r $(PKG_MANAGER_SH) install -y
|
||||
|
||||
echo-prereq-release:
|
||||
@make --no-print-directory pull.done >/dev/null 2>&1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue