projects-dir.mk: Add target pkg-list-groups

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2017-06-24 13:47:45 +00:00
commit c51ea60cac

View file

@ -130,15 +130,18 @@ pkg-install-prereq-release:
pkg-exclude-built-today:
$(JANWARE_PKG) built-today > $(EXCLUDES_FILE)
pkg-list-groups:
@find . -name project.conf | xargs sed '/^ *group *=/!d; s/group *= *//; s/"//g' | sort -u
pkg-%: pull.done
$(BUILD_PY) $@ $(BUILD_PROJECTS)
init-project-%:
$(CREATE_PROJECT_SH) $*
doc-project doc-module:
$(BROWSER) $(firstword $(shell sed '/https:/ !d; s%.*https%https%; s/ .*//' $(firstword $(MAKEFILE_LIST))))
pkg-%: pull.done
$(BUILD_PY) $@ $(BUILD_PROJECTS)
status: ssh-wrapper.sh
for p in $(CVS_PROJECTS); do test -f $$d/CVS || echo $$p; done
cvs status $(addsuffix VERSION,$(CVS_PROJECTS))