mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
projects-dir.mk: Further reduce PGIT_CLONE_PROJECTS use
Only use PGIT_CLONE_PROJECTS new target git-pull-mini. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
e4bf491d31
commit
ecdf9ac867
1 changed files with 3 additions and 4 deletions
|
|
@ -42,10 +42,6 @@ else
|
|||
CVS_PROJECTS = $(filter $(dir $(wildcard */CVS)),$(PROJECTS))
|
||||
endif
|
||||
|
||||
ifneq ($(PROJECTS),)
|
||||
export PGIT_CLONE_PROJECTS = $(PROJECTS)
|
||||
endif
|
||||
|
||||
ifeq ($(JW_BUILD_VERBOSE),true)
|
||||
SSH_WRAPPER_TRACE ?= -x
|
||||
endif
|
||||
|
|
@ -320,6 +316,9 @@ git-status:
|
|||
git-pull: $(SSH_WRAPPER_SH)
|
||||
$(PGIT) clone
|
||||
|
||||
git-pull-mini: $(SSH_WRAPPER_SH)
|
||||
PGIT_CLONE_PROJECTS="$(patsubst %/.git,%,$(wildcard $(addsuffix /.git,$(shell make -s build-order))))" $(PGIT) clone
|
||||
|
||||
git-pull-all: $(SSH_WRAPPER_SH)
|
||||
$(PGIT) pull --all
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue