projects-dir.mk: Add support for PROJECTS_PY_EXTRA_ARGS

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2017-01-13 16:21:56 +00:00
commit fcd28d7db2

View file

@ -63,7 +63,7 @@ clean-dirs:
echo-required-pkg:
@make pull.done >/dev/null 2>&1
@python $(MOD_SCRIPT_DIR)/projects.py required-pkg $(BUILD_PROJECTS)
@python $(MOD_SCRIPT_DIR)/projects.py $(PROJECTS_PY_EXTRA_ARGS) required-pkg $(BUILD_PROJECTS)
doc-project doc-module:
$(BROWSER) https://janware.com/wiki/pub/sw:build: