mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-20 05:37:38 +01:00
make, scripts: Add support for release dependencies
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
304fc5f490
commit
562ee5fc49
3 changed files with 9 additions and 3 deletions
|
|
@ -67,10 +67,14 @@ clean: done.clean
|
|||
clean-dirs:
|
||||
ls */dirs-all.done 2>/dev/null | sed 's%/.*%%' | xargs -r $(BUILD_PY) clean
|
||||
|
||||
echo-required-pkg:
|
||||
echo-prereq-build:
|
||||
@make pull.done >/dev/null 2>&1
|
||||
@python $(MOD_SCRIPT_DIR)/projects.py $(PROJECTS_PY_EXTRA_ARGS) required-pkg $(BUILD_PROJECTS)
|
||||
|
||||
echo-prereq-release:
|
||||
@make pull.done >/dev/null 2>&1
|
||||
@python $(MOD_SCRIPT_DIR)/projects.py $(PROJECTS_PY_EXTRA_ARGS) required-pkg --flavour release $(BUILD_PROJECTS)
|
||||
|
||||
doc-project doc-module:
|
||||
$(BROWSER) https://janware.com/wiki/pub/sw:build:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue