mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-18 21:13:56 +01:00
projects-dir.mk: Add target pkg-list-groups
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
97e360e1a1
commit
c51ea60cac
1 changed files with 6 additions and 3 deletions
|
|
@ -130,15 +130,18 @@ pkg-install-prereq-release:
|
||||||
pkg-exclude-built-today:
|
pkg-exclude-built-today:
|
||||||
$(JANWARE_PKG) built-today > $(EXCLUDES_FILE)
|
$(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-%:
|
init-project-%:
|
||||||
$(CREATE_PROJECT_SH) $*
|
$(CREATE_PROJECT_SH) $*
|
||||||
|
|
||||||
doc-project doc-module:
|
doc-project doc-module:
|
||||||
$(BROWSER) $(firstword $(shell sed '/https:/ !d; s%.*https%https%; s/ .*//' $(firstword $(MAKEFILE_LIST))))
|
$(BROWSER) $(firstword $(shell sed '/https:/ !d; s%.*https%https%; s/ .*//' $(firstword $(MAKEFILE_LIST))))
|
||||||
|
|
||||||
pkg-%: pull.done
|
|
||||||
$(BUILD_PY) $@ $(BUILD_PROJECTS)
|
|
||||||
|
|
||||||
status: ssh-wrapper.sh
|
status: ssh-wrapper.sh
|
||||||
for p in $(CVS_PROJECTS); do test -f $$d/CVS || echo $$p; done
|
for p in $(CVS_PROJECTS); do test -f $$d/CVS || echo $$p; done
|
||||||
cvs status $(addsuffix VERSION,$(CVS_PROJECTS))
|
cvs status $(addsuffix VERSION,$(CVS_PROJECTS))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue