mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-24 17:23:36 +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
|
|
@ -311,6 +311,9 @@ diff-all diff: $(SSH_WRAPPER_SH)
|
||||||
|
|
||||||
get-maintainer: git-get-maintainer
|
get-maintainer: git-get-maintainer
|
||||||
|
|
||||||
|
get-%: git-get-%
|
||||||
|
@:
|
||||||
|
|
||||||
# --- git targets
|
# --- git targets
|
||||||
|
|
||||||
git-push push: $(SSH_WRAPPER_SH)
|
git-push push: $(SSH_WRAPPER_SH)
|
||||||
|
|
|
||||||
|
|
@ -208,6 +208,9 @@ git-get-maintainer:
|
||||||
git-get-%:
|
git-get-%:
|
||||||
PGIT_SH_PROJECTS=. $(PGIT_SH) get --refspec $*:$(GIT_MAIN_BRANCH):current-branch
|
PGIT_SH_PROJECTS=. $(PGIT_SH) get --refspec $*:$(GIT_MAIN_BRANCH):current-branch
|
||||||
|
|
||||||
|
get-%: git-get-%
|
||||||
|
@:
|
||||||
|
|
||||||
pkg-manager-refresh:
|
pkg-manager-refresh:
|
||||||
$(PKG_MANAGER) refresh
|
$(PKG_MANAGER) refresh
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue