mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-24 09:13:37 +02:00
projects-dir.mk, topdir.mk: Alias get-% for git-get-%
Add a VCS-independent rule rule get-%, currently an alias for git-get-%, with an empty recipe to keep GNU Make satisfied. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
aa8d1cbfc6
commit
9449840401
2 changed files with 6 additions and 0 deletions
|
|
@ -208,6 +208,9 @@ git-get-maintainer:
|
|||
git-get-%:
|
||||
PGIT_SH_PROJECTS=. $(PGIT_SH) get --refspec $*:$(GIT_MAIN_BRANCH):current-branch
|
||||
|
||||
get-%: git-get-%
|
||||
@:
|
||||
|
||||
pkg-manager-refresh:
|
||||
$(PKG_MANAGER) refresh
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue